fuse-box-examples
fuse-box-examples copied to clipboard
electron-fusebox-monorepo-starter fails to import Button
npm i
npm run start
results in the following DevTools console error:
Uncaught TypeError: Cannot read property 'Button' of undefined
at Main.render (app.tsx:51)
Using commented import without use of alias or changing
import {Button} from '@coglite/button';
to
import {Button} from '@coglite/Button/button';
fixes this issue