Frequent questions
The following error is the most common when using Atomico in Storybook with React.
localhost/:1 Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry
Using @atomico/react requires the following script to be imported into the .storybook/preview.js file
import "@atomico/react/proxy";
Last modified 4mo ago