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

CommandsExtension doesn't exist within this manager when using HeadingExtension #2162

Closed
dmeents opened this issue Sep 14, 2023 · 1 comment
Labels
type: bug 🪲 Something isn't working

Comments

@dmeents
Copy link

dmeents commented Sep 14, 2023

Summary

When trying to add the HeadingExtension to useRemirror in NextJS, I am getting the following error message: RemirrorError: You requested an invalid extension from the manager. 'CommandsExtension' doesn't exist within this manager. Make sure it is properly added before attempting to use it.

Steps to reproduce

Create a manager using useRemirror, and include the HeadingExtension.

Expected results

The manager should not throw an error.

Actual results

The application runs without an error.

Possible Solution

I've tried every solution I can think of, and spent hours pouring over docs. I cannot think of a possible solution at this time.

Screenshot(s)

image
image

@dmeents dmeents added the type: bug 🪲 Something isn't working label Sep 14, 2023
@dmeents
Copy link
Author

dmeents commented Sep 17, 2023

Never resolved this, switch libraries instead.

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