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
defcomponent requires the first function to behave like a constructor but it doesn't check its name and argument list.
At the same time, React itself does not require an explicit constructor for class components.
The text was updated successfully, but these errors were encountered:
defcomponent
requires the first function to behave like a constructor but it doesn't check its name and argument list.At the same time, React itself does not require an explicit constructor for class components.
The text was updated successfully, but these errors were encountered: