-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update typings to not conflict with globals
- Loading branch information
1 parent
4cca382
commit 3b67e8a
Showing
3 changed files
with
242 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
This comment has been minimized.
Sorry, something went wrong. |
||
"@tiptap/core": patch | ||
--- | ||
|
||
This changes the typing to not declare types on all HTMLElements, just a local one with the editor instance attached |
Oops, something went wrong.
@nperez0111 Was in the process of filing an issue about this but will hold off since it looks like it's being addressed (unless y'all would like one).
Caused problems with our custom elements that extend HTMLElement and happened to have a property of the same name. We worked around it by renaming our property but glad a fix is already on the way in!