BUG: Uncaught ReferenceError: regeneratorRuntime is not defined
alexcastillo opened this issue · 0 comments
alexcastillo commented
When lib is imported via CJS.
The issue goes away when importing via ESM:
import { Notion } from "@neurosity/notion/dist/esm/notion.mjs";
Possible causes:
- Firebase client conflict
- create-react-app (react-scripts)