-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPIKE: research getDerivedStateFromProps #118
Comments
The docs basically say that the lifecycle method Good explanation of what is happening here: This warning is an error coming from a dependency, vs. from our code (I searched all of webstore & component lib for I did also find that nextJS is set to strict mode, so whichever dependency that is causing this must not be. potential solutions
|
tldr -- I'm ok with waiting for the dependency to be updated since we're only using functional components in this app, we wouldn't have any lifecycle methods because they only exist in class components. whereas functional components use hooks. if we knew which library was the offending one, it would be nice to open an issue against the repo. however, since this is just a warning and doesn't appear to be breaking anything atm, I'm fine with letting it be. |
I'm looking at the stack trace again, and I see at the bottom it says update the following component: Form our |
story
this is a non customer facing issue
when loading the new request page, the console error below appears. we should look into whether we want to update our code per the mentioned docs.
demo
The text was updated successfully, but these errors were encountered: