You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: