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
In my case "tslib" is added to every relevent nested package.json but obviously it's only present under root node_modules/.
🔎 Search Terms
🕗 Version & Regression Information
This changed between versions 4.4.3 and 4.5.0-beta
💻 Code
import*asReactDOMfrom'react-dom';
🙁 Actual behavior
packages/app/src/program/main.tsx:3:1 - error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found.
3 import * as ReactDOM from 'react-dom';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
🙂 Expected behavior
No error.
Let me know if a repro is needed.
The text was updated successfully, but these errors were encountered:
Bug Report
The project uses yarn workspaces and has many packages with structures like:
In my case "tslib" is added to every relevent nested package.json but obviously it's only present under root
node_modules/
.🔎 Search Terms
🕗 Version & Regression Information
This changed between versions 4.4.3 and 4.5.0-beta
💻 Code
🙁 Actual behavior
🙂 Expected behavior
No error.
Let me know if a repro is needed.
The text was updated successfully, but these errors were encountered: