lijim / monks-and-mages

Monks and Mages is a TCG-game built on React and socket.io
https://www.monksandmages.com
MIT License
17 stars 0 forks source link

Fix: Don't crash on initial load for /me page #404

Closed lijim closed 1 year ago

lijim commented 1 year ago

The Profile Page was crashing b/c the first load of the useLoggedInPlayerInfo hook was returning null. Added some defensive programming checks to bail out early in the component if the returned value was null

Also: added a test for this to fix it fully:

Screen Shot 2023-02-27 at 6 58 34 AM