We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b43764 commit 0f67aa7Copy full SHA for 0f67aa7
packages/runtime-core/src/component.ts
@@ -34,7 +34,7 @@ import {
34
currentRenderingInstance,
35
markAttrsAccessed
36
} from './componentRenderUtils'
37
-import { ShapeFlags } from '.'
+import { ShapeFlags } from './shapeFlags'
38
39
export type Data = { [key: string]: unknown }
40
0 commit comments