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
As per the title, the template React app generated by terrain new crashes every time a change triggers a hot reload. Fixing requires a manual refresh each time.
Here's the error:
Impact
Have to manually refresh app after every change.
Steps to replicate
Run terrain new app
cd app and then npm i
npm start
Make a change that triggers hot reload (type a space, add a console log, etc.)
App crashes and needs to be manually reloaded
Environment
@terra-money/terrain/0.2.0 darwin-arm64 node-v16.14.2
Terra Station Wallet extenstion version 2.8.2
"@terra-dev/use-wallet": "^2.5.2",
"@terra-money/terra.js": "^3.0.11",
"@terra-money/wallet-provider": "^3.8.1",
Node v16.14.2
Npm v8.5.0
MacOS 12.3.1
Google Chrome Version 100.0.4896.127 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered:
As per the title, the template React app generated by
terrain new
crashes every time a change triggers a hot reload. Fixing requires a manual refresh each time.Here's the error:
Impact
Have to manually refresh app after every change.
Steps to replicate
terrain new app
cd app
and thennpm i
npm start
Environment
@terra-money/terrain/0.2.0 darwin-arm64 node-v16.14.2
Terra Station Wallet extenstion version 2.8.2
"@terra-dev/use-wallet": "^2.5.2",
"@terra-money/terra.js": "^3.0.11",
"@terra-money/wallet-provider": "^3.8.1",
Node v16.14.2
Npm v8.5.0
MacOS 12.3.1
Google Chrome Version 100.0.4896.127 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered: