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
When I include and afterwards change x or y in the parent component, DateRange is not updated.
This is because DateRange doesn't use the props directly, but parses them and puts them into state, and this is only done in the constructor, and then never again.
The text was updated successfully, but these errors were encountered:
When I include and afterwards change x or y in the parent component, DateRange is not updated.
This is because DateRange doesn't use the props directly, but parses them and puts them into state, and this is only done in the constructor, and then never again.
The text was updated successfully, but these errors were encountered: