mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-20 15:29:48 +01:00
This allows re-rendering of useLocalStorage hooks whenever the value for the associated key changes. In the previous implementation, reading and writing via useLocalStorage did not cause a re-render and was therefore impossible.