Jethro Larson
Jethro Larson
I'm running into this as well. @yatharth you haven't found a workaround, have you?
I like using "default" as an extra keyword. Though that could break code in the wild I guess. The next question is whether the value should be a string that...
This is happening to me as well. Seems to not be triggered by adding the link but by attempting to render a link as any existing markdown that is loaded...
Seems like some kind of bundling error. Like the react-editor isn't handling the dependency on @tui/editor right when building it. Then again this could be caused by my bundling system...
Seems to be because build inserted `$1` at the end of the variable definition for getCustomAttrs everywhere _except_ in the definition of `Link` which you can see at line 19255...
No, wait, I fixed it on accident by removing an unnecessary cast and typescript suppression :D I'll put up an MR.
Related: #2729
There aren't tests that I saw which test the compiled output of the editor so it wasn't obvious to me how to write a unit test for this bug.
Is @jajugoguma the maintainer?