useImperativeHandle examples
Base without useImperativeHandle
Base with useImperativeHandle
Advanced
Deps are not correct - wrong
Deps are not correct - correct
Deps are empty - wrong
Deps are empty - correct
Ref modification - wrong
Ref modification - correct
Before init - wrong
Before init - correct
State animation sync - wrong
State animation sync - correct