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.
2 parents 943b5be + 9b615c6 commit 1d91bd3Copy full SHA for 1d91bd3
src/utils/index.ts
@@ -10,7 +10,7 @@ import type { Node } from 'konva/lib/Node';
10
import updatePicture from './updatePicture';
11
import applyNodeProps from './applyNodeProps';
12
13
-export const componentPrefix = 'v';
+export const componentPrefix = 'V';
14
15
export function findParentKonva(instance: ComponentInternalInstance) {
16
function re(instance: ComponentInternalInstance | null): ComponentInternalInstance | null {
0 commit comments