upgrade to chakra-ui rc (this fixes toasts!)
I had upgraded to a prerelease version of chakra-ui recently, and there was a bug that broke the "toast" message when you like, submit a bad pet name! It looked… very bad 😂
Now things look good again!!
This commit is contained in:
parent
ffde7172de
commit
bdef19e775
2 changed files with 449 additions and 427 deletions
|
@ -5,9 +5,9 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/react-hooks": "^3.1.5",
|
"@apollo/react-hooks": "^3.1.5",
|
||||||
"@apollographql/graphql-playground-html": "^1.6.24",
|
"@apollographql/graphql-playground-html": "^1.6.24",
|
||||||
"@chakra-ui/core": "^1.0.0-next.6",
|
"@chakra-ui/core": "^1.0.0-rc.0",
|
||||||
"@chakra-ui/icons": "^1.0.0-next.6",
|
"@chakra-ui/icons": "^1.0.0-rc.0",
|
||||||
"@chakra-ui/theme": "^1.0.0-next.6",
|
"@chakra-ui/theme": "^1.0.0-rc.0",
|
||||||
"@loadable/component": "^5.12.0",
|
"@loadable/component": "^5.12.0",
|
||||||
"@testing-library/jest-dom": "^4.2.4",
|
"@testing-library/jest-dom": "^4.2.4",
|
||||||
"@testing-library/react": "^9.3.2",
|
"@testing-library/react": "^9.3.2",
|
||||||
|
|
Loading…
Reference in a new issue