Replies: 2 comments
-
Looks to me like your import statement is wrong. Should be |
Beta Was this translation helpful? Give feedback.
0 replies
-
[Leo Knoll] nice thanks, that works! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to extend from EditLabelUI (inclient\node_modules\sprotty\src\features\edit\edit-label-ui.ts) to implement autocomplete functionality. When Extending from EditLabelUI I get a lot of errors when compiling which are all located in the sprotty code. Becuase of that the application does not work anymore.
Code:
capt.PNG
Error messages:
:
error.PNG
Any experiences on how to properly extend functionality to node_modules?
original thread by Leo Knoll
Beta Was this translation helpful? Give feedback.
All reactions