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
Since the @1.3.0 update we get this error:
@1.3.0
Error location:
@pYr0x had this issue before and he thinks it had something to do with a export default in a module.
export default
If I downgrade back to @1.2.2 the error is gone.
@1.2.2
The text was updated successfully, but these errors were encountered:
If we upgrade all our components to @1.3.0 the issue is resolved. So, it only occurs when there is a mix of @1.2.2 and @1.3.0.
Sorry, something went wrong.
No branches or pull requests
Since the
@1.3.0
update we get this error:Error location:
@pYr0x had this issue before and he thinks it had something to do with a
export default
in a module.If I downgrade back to
@1.2.2
the error is gone.The text was updated successfully, but these errors were encountered: