Mangatt

Results 13 comments of Mangatt

I can confirm that in 0.60.4 with `react-refresh`. Why is this happening? Slate should be able to receive new editor instance without crashing, no?

Thanks @lukesmurray for clarification. It might be good to use ref internally in `Slate` component for editor instance then. Simple warning instead of crash would be enough I guess. Question...

This is code that we use: ```js const editorRef = useRef() if (!editorRef.current) editorRef.current = withReact(createEditor()) const editor = editorRef.current ```

I've stumbled upon option of running my own OAuth server for local auth, but that seems quite complicated. This is not that uncommon scenario, aren't there any simpler solutions?

I agree, this is cumberstone for multiple languages. I think that it would be easiest to include another plugin, e.g. french-no-accents and it could be configured as any other language.

And it is really easy to feed dictionary through transform function for most affected languages.

Yes, I've tried that, but UX is actually worse than `touch:{vertical:false,momentum:true}`. Ideally, horizontal gestures should work as usual and vertical only after container is scrolled fully in either direction. Or...

Yes, no selection at all. Just to keep enabled both gestures and scrolling inside overflowing div.

@orestbida Your proposed [solution](https://github.com/orestbida/cookieconsent/issues/110#issuecomment-975921819) looks nice, but I'm not sure how well it works after user opens settings again and deny previously granted consent. Do you think that this is...