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
Looks like react-resize-aware completely redid the usage. Instead of a component tag it's now a React Hook which doesn't seem to play nicely with the rest of demo syntax.
The quickfix is to remove the caret in the package.json line "react-resize-aware": "^2.7.0".
This is a great demo for learning a little more of the ins and outs of React components and its use in browser games.
The text was updated successfully, but these errors were encountered:
Looks like
react-resize-aware
completely redid the usage. Instead of a component tag it's now a React Hook which doesn't seem to play nicely with the rest of demo syntax.The quickfix is to remove the caret in the
package.json
line"react-resize-aware": "^2.7.0"
.This is a great demo for learning a little more of the ins and outs of React components and its use in browser games.
The text was updated successfully, but these errors were encountered: