-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
properties panel example should work without JSX #206
Comments
This actually hinders me from extending the properties panel in my svelte application. Do you have a working example without JSX? Or can you provide a link to the forum, where someone got it to work? When I just return a String it works fine.
It does not display anything. I have no experience with |
You can use tagged template literals to accomplish the same thing, no JSX required. Please checkout https://github.com/developit/htm and see if that helps you. We aim to port this example over, but were simply not able to do so, yet. |
This works fine. However, I wonder if there is a way to do this without adding yet another dependency. But I guess this is the way the world of javascript has evolved. |
You can absolutely do without an additional dependency. But it will be verbose / impossible to maintain. |
Hi, https://forum.bpmn.io/t/entry-is-not-visible/9139/3?u=hakan_sarier Do you have any suggestions for solving this error? |
This makes it easier to adopt the examples in existing Projects closes #206
What should we do?
Change https://github.com/bpmn-io/bpmn-js-examples/tree/master/properties-panel-extension to not use JSX.
E.g.: use
htm
instead.Why should we do it?
Related to #200
The text was updated successfully, but these errors were encountered: