-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
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
Error 'does not contain a default export (imported as 'PaintFilterWorker')' when i import method from 'react-vtkjs-viewport' #132
Comments
Hello, @comadaihiep92 , Nice to meet you |
I create my project with create-react-app. And i can't config with webpack like this. Do you have any solution with my case? |
Hello @comadaihiep92 , Sorry for delay |
|
const resolveFrom = require('resolve-from') const fixLinkedDependencies = config => { const includeSrcDirectory = config => { const transform = match => ({ module.exports = [ |
Struggling with the same issue. I'm using Craco instead of Rescripts and it's config is as follows:
|
Checking |
That' s right |
Did you find a solution? |
i use create-react-app and use this module. But when i import it will show this error:
Please help me fix this issue.
The text was updated successfully, but these errors were encountered: