-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
i don't know if this is intended or not but just wanted to point it out in case someone missed it
import lustre/element as lustre_element
lustre_element.unsafe_raw_html(
"",
"div",
[attribute.class("editor")],
"",
),
]),
when you try to use the import from sketch insted
import sketch/lustre/element.{type Element}
element.unsafe_raw_html(
"",
"div",
[attribute.class("editor")],
"",
),
Unknown module value
The module `sketch/lustre/element` does not have a `unsafe_raw_html` value.
Metadata
Metadata
Assignees
Labels
No labels