"Hooks" in @reactjs shouldn't be:
let [x, setX] = useState(0);
They should be:
let [x, setX] = useState('x', 0);
And optionally something like:
let [x, setX] = useState('x', 0, {content: ...})
-
-
*cringe* Really, they need keys with _lexical_ scope by default, but that's not possible without a syntax transformer.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.