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
Generally it's clearest if the actual render is the last method in the class since that is the derived result of all the data wrangling and state changing. Also, you're calling renderInside in render so it should be defined before.
The text was updated successfully, but these errors were encountered:
https://github.com/fac-12/Lex/blob/3f591db5c8a96556abc357c622929633afc5adf3/src/components/App.js#L49
Generally it's clearest if the actual
render
is the last method in the class since that is the derived result of all the data wrangling and state changing. Also, you're callingrenderInside
in render so it should be defined before.The text was updated successfully, but these errors were encountered: