The content parameter in the f7.dialog.create only allows text and HTML tags.
Is it possible to use a custom React Component inside the dialog body?
Possibly not by rendering a static version of the component but instead allowing the use of react features such as hooks, etc...
Describe the bug
The
content
parameter in thef7.dialog.create
only allows text and HTML tags.Is it possible to use a custom React Component inside the dialog body? Possibly not by rendering a static version of the component but instead allowing the use of react features such as hooks, etc...