Jardel

Results 3 comments of Jardel

os : mac mini x86 node version :v 8 images version: 3.2.4 `dyld[xx]: missing symbol called` when change images version to 3.2.3 to fixed this issue.

U can use `dynamic` in `next/dynamic` to resolve this issue. exa: ```typescript import dynamic from "next/dynamic"; const ReactQuill = dynamic( () => { return import("react-quill"); }, {ssr: false} ); return(...

@bluebill1049 Hello. I recently submitted a pull request with this issue. When you have a moment, could you please review it? Your feedback would be greatly appreciated. https://github.com/react-hook-form/react-hook-form/pull/12033#issuecomment-2178354661