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 e3cd8ee commit 4fab79cCopy full SHA for 4fab79c
example/components/Test.tsx
@@ -3,7 +3,6 @@ import { usePluginStore } from '../../.';
3
4
const Test = (props: any) => {
5
const pluginStore: any = usePluginStore();
6
- pluginStore.executeFunction('test', 1, 2);
7
let Renderer = pluginStore.executeFunction(
8
'RendererPlugin.getRendererComponent'
9
);
0 commit comments