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 module 3, week 1: INTRO TO REACT we have a core requirement that is to use only class-based components to build the "Math magicians" app. The problem is that when we run the react-redux linters they are going to throw one error because the linter prefers the usage of functional components over class components. Since one of the lessons says that class components are not deprecated, it doesn't seem correct that the linters mark that error.
The text was updated successfully, but these errors were encountered:
In module 3, week 1: INTRO TO REACT we have a core requirement that is to use only class-based components to build the "Math magicians" app. The problem is that when we run the react-redux linters they are going to throw one error because the linter prefers the usage of functional components over class components. Since one of the lessons says that class components are not deprecated, it doesn't seem correct that the linters mark that error.
The text was updated successfully, but these errors were encountered: