Anatolii
Results
1
issues of
Anatolii
Following this tutorial: https://examples.unlayer.com/custom_tools/react-custom-tool This is what I have in the component.js: ``` const React = window.unlayer.React const Viewer = () => { return I am a custom tool. }...