Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 367 Bytes

knownIssues.md

File metadata and controls

3 lines (3 loc) · 367 Bytes

The issue: The dynamic props < don't update the default value after changing it (Issue with React Refresh). The temporary solution: After changing the default value inside of the component copy the prop with the new value and add it at the point of use. The component will receive new value and rerender. Then remove it the override prop from the point of use.