Open jeroencornelissen opened 6 years ago
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
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.
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.