Upgrade dependencies, use useSetAtom, use correct AppConfig#19
Upgrade dependencies, use useSetAtom, use correct AppConfig#19friedger wants to merge 2 commits intoboomcrypto:mainfrom
Conversation
There was a problem hiding this comment.
Thank you so much!! It'd be great to be able to access more recent features with all these updated packages.
I'm having trouble building / running this locally though:
yarn install gives me a few new warnings, but still succeeds:
- turns out the warnings here were also in the old code, so can disregard
yarn start errors out though and shows a blank screen. maybe you have something globally that we don't have in the package.json?
Failed to compile.
Error: [BABEL] /home/whoabuddy/Dev/boom/citycoins-ui/src/index.js: Cannot find module '@babel/plugin-proposal-async-generator-functions'
Will test adding what's missing and report back.
| "c32check": "2.0.0", | ||
| "jotai": "2.1.0", | ||
| "lodash.groupby": "4.6.0", | ||
| "number-to-words": "github:OmgImAlexis/number-to-words", |
There was a problem hiding this comment.
We can remove this while we're at it (L34: number-to-words)
|
Following up - I eventually got it to run but don't understand why it was such a hassle, plus some of the layout seems to have shifted up by the logos. Were you seeing this run normally on your end? I'm happy to nuke my config and start over if I missed something. More details below. React version I'm using via nvm: I had to update the pacakge.json start script otherwise it would error out: I also had to add a bunch of dev dependencies: |
This PR
useUpdateAtomwithuseSetAtomAppConfig