-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
text-editor not working with angular 12 #1940
Comments
@ouassimBenMosbah thanks for the raising this issue. We have a PR out and are looking into getting this published |
🎉 This issue has been resolved in version 4.1.11 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Hello and thank you for your quick answer. Actually I am still experimenting the issue :( Can you confirm that the release should have fixed the issue ? |
@ouassimBenMosbah you must include the easymde file in the scripts portion of your angular.json file
|
your solution is working well ! thank you |
Describe the bug
I try to instantiate a rich markdown text editor using
@covalent/text-editor
but I am not able to do it using angular 12, @covalent/text-editor 4.1.8 and easymde 2.16.1To Reproduce
Here is a reproduction: https://codesandbox.io/s/unruffled-davinci-h76k51?file=/src/app/app.component.html
Expected behavior
I would like the rich markdown editor to instantiate
Additional context
Using angular 8 and @covalent/text-editor 2.1.0 was working fine
The text was updated successfully, but these errors were encountered: