Skip to content

eslint: add warning when calling useLocalStorage to encourage use of useTemporarySettings instead

Administrator requested to merge jp/uselocalstoragewarning into main

Created by: limitedmage

Adds a simple warning eslint rule when calling useLocalStorage suggesting the use of useTemporarySettings instead.

Test plan

Manually testing warning shows up on VS Code

image

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading