Skip to content

Commit 4fab79c

Browse files
committed
Removed calling 'test'
1 parent e3cd8ee commit 4fab79c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/components/Test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { usePluginStore } from '../../.';
33

44
const Test = (props: any) => {
55
const pluginStore: any = usePluginStore();
6-
pluginStore.executeFunction('test', 1, 2);
76
let Renderer = pluginStore.executeFunction(
87
'RendererPlugin.getRendererComponent'
98
);

0 commit comments

Comments
 (0)