Luan Träsel
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
Runtime error says `D.latestVersion is not a function` in production build by Next.js 13 App Router.
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...