Today, I'm reading in section of escape hatches in beta doc. And I see some example not working.
I think it about code:
import { experimental_useEvent as useEvent } from 'react';
correctly is:
import { experimental_useEffectEvent as useEvent } from 'react';
