-
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
Steps:
- Bootstrap an application using create-react-app (npx create-react-app my-app --template typescript)
- Add the dependencies npm install @table-library/react-table-library @emotion/react)
- App crashes with following error:
Uncaught ReferenceError: React is not defined
at x (objectWithoutProperties.js:19:1)
at renderWithHooks (react-dom.development.js:16141:1)
at mountIndeterminateComponent (react-dom.development.js:20838:1)
at beginWork (react-dom.development.js:22342:1)
at beginWork$1 (react-dom.development.js:27219:1)
at performUnitOfWork (react-dom.development.js:26392:1)
at workLoopSync (react-dom.development.js:26303:1)
at renderRootSync (react-dom.development.js:26271:1)
at performSyncWorkOnRoot (react-dom.development.js:25924:1)
at flushSyncCallbacks (react-dom.development.js:11982:1)
Metadata
Metadata
Assignees
Labels
No labels