Luan Träsel

Results 5 comments of Luan Träsel

Even after clearing the Safari cache it doesn't work. Any updates on this?

@jmverastigue suggestion's worked for me, thanks

I'm facing this same issue on ionic v6.4.1 react

Just adding `swcMinify: false` on next.config.js as @tehseenc mentioned fixed the problem

I was able to workaround and make it work this way to handle ordered and unordered lists ``` const handleMarkdownList = useCallback(() => { const editor = editorRef.current const formatAsList...