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 point is to detect mistakes, if everything compiles there would be no checking. But feel free to add "dialog" to the list of known tags.
Can the code of karax be modified in such a way that the user will be allowed to add custom tags in the his code explicitly, without issuing PR for every new tag or modify local sources of karax?
In Elm we have functions for each tag, but there is a function called Html.node that's used to custom (or not implemented) tags, this function gets a String as a parameter that's the name of the tag, for example:
There is no easy way to use custom tags (like dialog).
Is it possible to add it somehow?
my workaround:
ps: dialog is not a custom tag, actually. but it doesn't matter anyways. doesn't work.
The text was updated successfully, but these errors were encountered: