example-react-express icon indicating copy to clipboard operation
example-react-express copied to clipboard

error: 'Input' is not exported from '@magiclabs/ui'

Open ashemag opened this issue 4 years ago • 1 comments

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'.

ashemag avatar Nov 18 '21 19:11 ashemag

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?

smithki avatar Nov 19 '21 17:11 smithki