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
This is due to apache/arrow#2656
I was able to work around this by ejecting from create-react-app, and then setting strictExportPresence to false in the webpack config.
strictExportPresence
false
The text was updated successfully, but these errors were encountered:
Thank for noting the workaround. There isn't anything I can do so I'm closing this.
Sorry, something went wrong.
For those who come after me, the error I saw was:
./node_modules/@apache-arrow/es2015-esm/type.js 27:18-29 'flatbuffers' does not contain an export named 'flatbuffers'.
No branches or pull requests
This is due to apache/arrow#2656
I was able to work around this by ejecting from create-react-app, and then setting
strictExportPresence
tofalse
in the webpack config.The text was updated successfully, but these errors were encountered: