sean-beard
Results
1
comments of
sean-beard
Try defining the ref like this: ```typescript const emailEditorRef = useRef(null); ``` Then using the ref without accessing the `editor` property will give you intellisense: 