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
There are a lot of compile warnings in the logs and console of the demo right now.
Expected Behavior
We want to always have our React apps running with no errors or warnings, e.g. "Compiled successfully" every commit
Actual Behavior
There are many warnings. Most are "Unexpected any" and "Forbidden non-null assertion" and luckily the compiler tells us what files and line numbers to fix.
Steps to Reproduce
Go to the develop branch and run ./scripts/server
Once the app is running there will be a "Compiled with warnings." message and then all of the respective warnings
Demo
The text was updated successfully, but these errors were encountered:
Overview
There are a lot of compile warnings in the logs and console of the demo right now.
Expected Behavior
We want to always have our React apps running with no errors or warnings, e.g. "Compiled successfully" every commit
Actual Behavior
There are many warnings. Most are "Unexpected any" and "Forbidden non-null assertion" and luckily the compiler tells us what files and line numbers to fix.
Steps to Reproduce
./scripts/server
Demo
The text was updated successfully, but these errors were encountered: