-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Bug]: __serializeForclipboard These parameter types cannot be obtained #5996
Comments
You will need to add more info here to what you are talking about |
It is not actually exported by the prosemirror-view library, that is why it does not work |
It is marked as
|
This is not our concern though, we are not going to make this API public & have no way of doing it. even re-exporting the src directory's version would not fix that in the source it is marked as internal so TS will complain. You can add it back to TS using |
ok thank you! |
Affected Packages
pm
Version(s)
2.11.0
Bug Description
__serializeForclipboard These parameter types cannot be obtained
Browser Used
Chrome
Code Example URL
No response
Expected Behavior
__serializeForclipboard These parameter types cannot be obtained;
Expected types can be exported externally
Recommended use
export * from 'export * from 'prosemirror-view/src/index'
Additional Context (Optional)
No response
Dependency Updates
The text was updated successfully, but these errors were encountered: