Skip to content
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

Sample MentionAtomExtension code throws error rmr0014 #2219

Open
cianmm opened this issue Dec 5, 2023 · 0 comments
Open

Sample MentionAtomExtension code throws error rmr0014 #2219

cianmm opened this issue Dec 5, 2023 · 0 comments
Labels
type: bug 🪲 Something isn't working

Comments

@cianmm
Copy link

cianmm commented Dec 5, 2023

Summary

The sample code linked in the docs for the MentionAtomExtension throws the following error:

You requested an invalid extension from the manager.

'EventsExtension' doesn't exist within this manager. Make sure it is properly added before attempting to use it.

For more information visit https://remirror.io/docs/errors#rmr0014

Steps to reproduce

  1. Create a sample React app
  2. Create a Remirror Editor by pasting in the sample code from the mention-atom-extension (alternatively use this sandbox)
  3. Note the error

Expected results

I expect to see a Remirror Editor which matches the example on the docs page

Actual results

You requested an invalid extension from the manager.

'EventsExtension' doesn't exist within this manager. Make sure it is properly added before attempting to use it.

For more information visit https://remirror.io/docs/errors#rmr0014
@cianmm cianmm added the type: bug 🪲 Something isn't working label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🪲 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant