mitxpro-dev / learnjs

Learn JS
https://mitxpro-dev.github.io/learnjs/
MIT License
1 stars 2 forks source link

Fix: hydration error and add build check #6

Closed codeTrackLift closed 1 year ago

codeTrackLift commented 1 year ago
  1. Noticed we were getting some react errors, see screenshot below. Found that nesting <Providers> within <body> seemed to resolve this issue for me locally.
See screenshot Screenshot 2023-06-25 at 9 44 31 AM
  1. Also added a build-check that would run upon PR, so we'll know about a build-breaking change before merging.