We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We used @material-ui/pickers in one project and created distribution(dist) folder/created a package for the project.
when we try to use this package version in another project it is throwing an error Cannot find module "@date-io/type".
Actually we are facing this issue when we are handling with distribution(dist) folder, But in the same project it is working fine.
Observation: We identified that "@date-io/type" is a ambient module which is forcing us to include in distribution folder which is not correct.
Please suggest
The text was updated successfully, but these errors were encountered:
You can create your own declaration using declare module
declare module
Sorry, something went wrong.
We are removing @date-io/type at all
@date-io/type
Successfully merging a pull request may close this issue.
We used @material-ui/pickers in one project and created distribution(dist) folder/created a package for the project.
when we try to use this package version in another project it is throwing an error Cannot find module "@date-io/type".
Actually we are facing this issue when we are handling with distribution(dist) folder, But in the same project it is working fine.
Observation:
We identified that "@date-io/type" is a ambient module which is forcing us to include in
distribution folder which is not correct.
Please suggest
The text was updated successfully, but these errors were encountered: