Michel H
Michel H
You probably know that already, but just in case, I only mentionned abstract methods in my original post but it's actually the same with interfaces.
Same problem here with @sentry/nextjs 7.11.1. It does not upload on Windows but it does on Ubuntu. It checks if the file exists "node_modules/@sentry/cli/sentry-cli" exists: https://github.com/getsentry/sentry-javascript/blob/master/packages/nextjs/src/config/webpack.ts#L447 But it does not,...
With react strict, components are mounted twice, and Quill register event listeners on the toolbar twice. This creates this bug. Ideally, Quill should remove all listeners when unmounted. Meanwhile, I...
Downgrading to JDK 17 worked though.