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
Webpack outputs error: export 'default' (imported as 'balanceText') was not found in 'balance-text' (possible exports: ) and browser throws error Uncaught TypeError: root is undefined
Reproduce Scenario (including but not limited to)
npm install balance-text
Steps to Reproduce
importbalanceTextfrom'balance-text'balanceText()
This used to work fine. Not sure if newer Node/webpack version has caused this.
The text was updated successfully, but these errors were encountered:
Expected Behaviour
Imports the default export
Actual Behaviour
Webpack outputs error:
export 'default' (imported as 'balanceText') was not found in 'balance-text' (possible exports: )
and browser throws errorUncaught TypeError: root is undefined
Reproduce Scenario (including but not limited to)
npm install balance-text
Steps to Reproduce
This used to work fine. Not sure if newer Node/webpack version has caused this.
The text was updated successfully, but these errors were encountered: