Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd support for React 16.3 getDerivedStateFromProps #199
Comments
|
Possibly also need to update |
|
Yea I noticed when I tried 16.3 that none of the my PromiseStates were included in the |
When using
getDerivedStateFromPropsthe lifecycle methods ofreact-refetchare not called.I suppose
react-refetchshould be updated to use the appropriate methods.