Jonghakseo / chrome-extension-boilerplate-react-vite

Chrome Extension Boilerplate with React + Vite + Typescript
MIT License
2.43k stars 357 forks source link

fix: rename `useStorageSuspense` to `useStorage` #690

Closed PatrykKuniczak closed 2 months ago

PatrykKuniczak commented 2 months ago

* Please fill in the required items.

Priority*

Purpose of the PR*

Users are confused about this Suspense prefix, that's because we had 2 identical functions in the past, i want to simplify it :)

Changes*

I've renamed useStorageSuspense to useStorage

How to check the feature

Use new name instead of old one