django-comments-xtd
django-comments-xtd copied to clipboard
feat(react): optionable remarkable
Ref https://github.com/danirus/django-comments-xtd/issues/414
On my tests seems working.
This PR doesn't address the issue you have reported. The problem is that you are not loading remarkable, and the wrapper created by Rollupjs can't use it.
Is optional as if I don't load the library in the page there isn't any error and the library works without issues. So it is optional as it is not needed anymore to run this project, uses it only if find it in the page.
My comment in the PR #420 also applies here.