This repository has been archived by the owner on Jun 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Import issue: Cannot find name 'default' #123
Comments
I see the same error. When building the package itself the |
the
which is totally invalid. Currently a workaround is to import from |
also have such problem.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I have an issue when I import the package into my code:
import {MuiForm as Form} from 'rjsf-material-ui';
npm prints errors like:
ERROR in [at-loader] ./node_modules/rjsf-material-ui/dist/index.d.ts:11:10 TS2304: Cannot find name 'default'.
Do you have any idea what is wrong?
Thank you!
The text was updated successfully, but these errors were encountered: