import {useState} from 'react'; import {Stringify} from 'shared-runtime'; function Component() { let [state, setState] = useState(0); return (