You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importReact,from'react';import{Button}from'@windmill/react-ui';constStore=()=>{return(<div><Button> Button </Button><h1className="text-5xl">This Is Store</h1></div>);};exportdefaultStore;
This error comes in importing every component from this library:
The requested module '../../web_modules/@windmill/react-ui.js' does not provide an export named 'Button'
The text was updated successfully, but these errors were encountered:
MohdAhmad1
changed the title
Cant import components from @windmill/react-ui
Uncaught SyntaxError: The requested module '../../web_modules/@windmill/react-ui.js' does not provide an export named 'Button'
Dec 5, 2020
windmill-react-ui
0.5.0:Relevant code :
This error comes in importing every component from this library:
The requested module '../../web_modules/@windmill/react-ui.js' does not provide an export named 'Button'
The text was updated successfully, but these errors were encountered: