AttributeError: module 'idom.html' has no attribute 'head' #572
Answered
by
acivitillo
acivitillo
asked this question in
Problem
-
There seems to be a bug in idom when using @component
def Head():
daisyui = html.link(
{
"href": "https://cdn.jsdelivr.net/npm/daisyui@1.22.0/dist/full.css",
"rel": "stylesheet",
"type": "text/css",
}
)
return html.head(daisyui) |
Beta Was this translation helpful? Give feedback.
Answered by
acivitillo
Jan 9, 2022
Replies: 1 comment 2 replies
-
The documentation is not in line with the latest pip version. The |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
acivitillo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The documentation is not in line with the latest pip version. The
main
branch has these tags. However, themain
branch is still missingpath
tag.