-
Notifications
You must be signed in to change notification settings - Fork 1
Update deps #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: six
Are you sure you want to change the base?
Update deps #1
Conversation
|
Was it not working with its existing dependencies? |
|
@JeffreyATW - It only worked when I updated react-scripts. The rest I updated after as a bonus. When I just updated react scripts, things were properly aligned. That is how I know the update messed it up. It mostly works though. |
|
It's very likely the misalignment was caused by upgrading |
|
@JeffreyATW - leave it open, I will probably fix it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awaiting stage realignment after version bumps
| @@ -1 +1 @@ | |||
| Testing out [create-react-app](https://github.com/facebookincubator/create-react-app) and [react-game-kit](https://github.com/FormidableLabs/react-game-kit). | |||
| T esting out [create-react-app](https://github.com/facebookincubator/create-react-app) and [react-game-kit](https://github.com/FormidableLabs/react-game-kit). | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo here
|
I was reading through the commit history of react-game-kit, so I thought we didn't need to monkey patch, but I added it back when I realize it was reverted. |
Hey!
Thanks for writing this example, to get it working I updated a few dependencies. For some reason it is off center (and off screen on smaller screens) because of the update. Haven't had time to debug it, but I figure I'll leave it here.
Cheers,
Bryan