You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building a ViteJs app for production generates the following warning:
node_modules/unsub/dist/UnSub.module.js (114:72): "DeepEqualityShouldComponentUpdate" is not exported by "node_modules/resub/dist-es2015/ReSub.js", imported by "node_modules/unsub/dist/UnSub.module.js".
Furthermore the resulting bundle is broken. The UnSub StoreBase extends ReSub's, which for whatever reason is declared as let E = class v { ... way later in the file, leading to a script compile error (temporal deadzone).
Building a ViteJs app for production generates the following warning:
Furthermore the resulting bundle is broken. The UnSub
StoreBase
extends ReSub's, which for whatever reason is declared aslet E = class v { ...
way later in the file, leading to a script compile error (temporal deadzone).Related:
The text was updated successfully, but these errors were encountered: