Skip to content

Commit

Permalink
Update packages/store-sdk/src/storage/useStorage.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ícaro Azevedo <icaro.azevedo@vtex.com.br>
  • Loading branch information
tlgimenes and Ícaro Azevedo authored Aug 18, 2021
1 parent d60a486 commit fbc912c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store-sdk/src/storage/useStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Safe IDB storage interface. These try..catch are usefull because
* some browsers may block accesss to these APIs due to security policies
*
* Also, the stored value is lazy-loaded to avoid hydration mimatch
* Also, the stored value is lazy-loaded to avoid hydration mismatch
* between server/browser. When state is 'hydrated', the value in the heap
* is the same as the value in IDB
*/
Expand Down

0 comments on commit fbc912c

Please sign in to comment.