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
in the example code on the NPM website, there are a few issues with the example code:
1.) in the first line, you wrote 'Joystick', where the S should be capitalized (to make it 'JoyStick')
2.) in the render function, 'joyOptions' should be changed to 'options'
Thanks for making this! It was helpful for my project :)
The text was updated successfully, but these errors were encountered:
Also, it says import Joystick from react-joystick, but it should be 'react-joystick' (in quotes). I think the best solution is to make a code sandbox to be sure the example actually works.
Hi,
in the example code on the NPM website, there are a few issues with the example code:
1.) in the first line, you wrote 'Joystick', where the S should be capitalized (to make it 'JoyStick')
2.) in the render function, 'joyOptions' should be changed to 'options'
Thanks for making this! It was helpful for my project :)
The text was updated successfully, but these errors were encountered: