After upgrading to v3.3.3 we are getting these errors (browser app):

@emmenko what was the last working version for you? The 3.3.3 release was documentation only, nothing about the source code itself changed. So the error you're seeing comes pretty surprising.
Could you also please provide more information on the build environment (webpack? babel?) that you're using to bundle the browser app and ideally more detailed steps to reproduce the issue?
Sure, the v3.3.2 works fine.
However, I just tried again v3.3.3 and used yarn's resolutions field to pin the version to 3.3.3 and things seem to work fine again...somehow having 2 different versions caused an error 馃檭
Sorry for the trouble
Most helpful comment
Sure, the
v3.3.2works fine.However, I just tried again
v3.3.3and used yarn'sresolutionsfield to pin the version to3.3.3and things seem to work fine again...somehow having 2 different versions caused an error 馃檭Sorry for the trouble