Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In browser environment (e.g. jsdom), the named export could fail when there is no polyfill. e.g.: ```sh "performance" is not exported by "__vite-browser-external" ``` Use namespace export should avoid that problem
- Loading branch information