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
@templar820 Thanks for bringing this to our attention. When we upgraded the dependencies rollup CommonJS changed how they handled exports. It no longer includes esModule boolean:
So it is likely that your build system isn't happy with this change. To help us reproduce and resolve this issue could you please provide us with the following information:
Which build tool and version are you using (webpack 5, rollup 4, vite 5, etc...)?
Are you using the named export import { EventBus } from "@trutoo/event-bus"; or are you attempting to use commonjs default require const EventBus = require('@trutoo/event-bus');
Description
In 2.2.0 all working correctly
Steps to reproduce
Error EventBus is not exported. In 2.2.0 all working correctly
Library Version
2.3.0
Browser
Platform
Additional Information
No response
The text was updated successfully, but these errors were encountered: