@teleporthq/react-components
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -41,2 +41,5 @@ import dayjs from 'dayjs'; | ||
useEffect(() => { | ||
setData(initialData); | ||
}, [initialData]); | ||
useEffect(() => { | ||
if (passFetchBecauseWeHaveInitialData.current) { | ||
@@ -43,0 +46,0 @@ passFetchBecauseWeHaveInitialData.current = false; |
{ | ||
"name": "@teleporthq/react-components", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/react-components.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38600
1105