example-react-express
example-react-express copied to clipboard
error: 'Input' is not exported from '@magiclabs/ui'
Hey there, when attempting to use this example with Typescript, I get the following error at the below line:
https://github.com/magiclabs/example-react-express/blob/master/client/src/components/email-form.js#L2
Getting error: Attempted import error: 'Input' is not exported from '@magiclabs/ui'.
I cannot reproduce using the same startup instructions in the README of this repo. However, there have been a number of breaking changes to @magiclabs/ui since we first published this example. Can you make sure that your dependency lock file (such as package-lock.json or yarn.lock) shows the @magiclabs/ui dependency as version 0.8.0?