We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8373db commit 414ff4fCopy full SHA for 414ff4f
packages/@react-stately/color/test/useColor.test.js
@@ -12,7 +12,7 @@
12
13
import {parseColor} from '../src/Color';
14
import {renderHook} from '@testing-library/react-hooks';
15
-import {useColor} from '../';
+import {useColor} from '../src/useColor';
16
17
describe('useColor tests', function () {
18
it('should accept string value', function () {
0 commit comments