RIP21 / react-simplemde-editor

React wrapper for simplemde (easymde) markdown editor

Home Page:https://react-simplemde-edtior.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You may need an additional loader to handle the result of these loaders.

ENT108 opened this issue · comments

Hi,

The package wont compile:
Screenshot 2023-06-15 at 14 22 34

This is my tsconfig:
Screenshot 2023-06-15 at 14 23 15

Anybody had that issue?
Thanks!

Use Vite instead of create-react-app (react-scripts)

React scripts are very outdated.

Any workaround for the issue?

To use vite instead of CRA is not often feasible for legacy projects

I went for Wysimark package... as a workaround.

@ENT108 sorry that I never had time to investigate that.
But Wysimark actually looks better than Easy MDE so good for you TBH :) Or at least, more modern and much more compatible with React than these bindings which are a tradeoff.