Custom HTML issue when migrating from 6.94 -> Startsharp 8.8.3 #7317
-
Hi, I am unable to figure out how to make it work with the change from JQuery to JSX/fluent. This is what I had previously (which worked) - in 8.8.3 this is showing me the raw html on the page, but with no errors. Under imports I have: import $ from 'jquery'; in order to make the $ work. Any suggestions with fluent replacements to fix that are also highly welcome:-) I realize that the issue probably lies with the container element and the html no longer being appended correctly, but I can't figure it out. ProgramSettingsGrid.tsx
}` |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
https://github.com/alex-kinokon/jsx-dom |
Beta Was this translation helpful? Give feedback.
-
Problem solved. |
Beta Was this translation helpful? Give feedback.
https://github.com/alex-kinokon/jsx-dom
check the jsx-dom documentation