@shopify/react-hooks
Advanced tools
Comparing version 0.0.0-snapshot-20230425154318 to 0.0.0-snapshot-20230426140136
@@ -9,3 +9,3 @@ 'use strict'; | ||
function useMountedRef() { | ||
const mounted = React.useRef(false); | ||
const mounted = React.useRef(true); | ||
isomorphicLayoutEffect.useIsomorphicLayoutEffect(() => { | ||
@@ -12,0 +12,0 @@ mounted.current = true; |
{ | ||
"name": "@shopify/react-hooks", | ||
"version": "0.0.0-snapshot-20230425154318", | ||
"version": "0.0.0-snapshot-20230426140136", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A collection of primitive React hooks", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
37169