Maximilian Stümpfl
Maximilian Stümpfl
Thanks for the quick response :) It wasn't clear for me that it is doing it by it self, maybe you could add a hint somewhere in the readme?
Okay, I'm new to oidc and pkce but your the code only the "code_verifier" is mentioned, shouldn't there be the "code_challange" and "code_challange_methode" options as well? And as a user...
This repo just has a very simple project setup and I agree the hot reload for the electron code is missing. But because of it missing I am referencing to...
Thanks :) I didn't considered having something like that because I didn't expect someone to do that, lol
I tried [the workaround](https://github.com/facebook/react/issues/24304#issuecomment-1094565891) but it didn't fix the problem for ReactQuill. So I also need help fixing it EDIT: after deduplicating the react types and adding the old types...
I use it in a React+vite app. But that shouldn't matter because the error is a typing error coming from upgrading to React 18 and upgrading the react types aswel
@simon-zhangmuye Did you find a solution to this problem? EDIT: I found out that you need to add the css class "ql-editor" on the root component of the html block,...
@simon-zhangmuye I'm sorry to hear that it didn't help. In my project it helped fixing it for deeper lists. I hope you find a solution :)
@simon-zhangmuye last idea: upgrade to version 2.0, which came out a couple of days a ago
@simon-zhangmuye We had the exact same problem, after we upgraded to React 18. The fix was to upgrade to react-quill v2 (non beta). Luckily the fix for us was that...