diff --git a/example/example.js b/example/example.js index 09d9321..acc3587 100644 --- a/example/example.js +++ b/example/example.js @@ -11,7 +11,7 @@ const App = props => { const [value, updateValue] = useHookedOnState('app.counterValue', 0) return (
-
+
{value}