dash-dangerously-set-inner-html
dash-dangerously-set-inner-html copied to clipboard
Could not load DangerouslySetInnerHTML component on callback ðŸ˜
Tried to use this package as it follows
import dash_dangerously_set_inner_html as ddsih
...
ddsih.DangerouslySetInnerHTML(children=text, id=id)
but before getting the use it on a callback got this message on visual debugger
TypeError: The `dash_dangerously_set_inner_html.DangerouslySetInnerHTML` component (version 0.0.2) with the ID "alert-det-description" received an unexpected keyword argument: `id`
Allowed arguments: children
Seems is not allowed the key id on that component or I'm using it wrongly.