Simon Schmalfeld
Results
1
comments of
Simon Schmalfeld
You can use it like this inside a functional component with hooks: ```typescript const wheelRef = useRef(null) const wheelOptions = { ..., onRef: ref => (wheelRef.current = ref) } return...