Can someone please explain this ubiquitous error to me – perhaps even point to such documentation as would explain why this is an error at all? And maybe even the way to avoid it?
example (certainly not the only time the error has arisen):
row_2 = html.Div(
[
dbc.Row(
dbc.Col(
html.Div(
className="div-row-2",
children=[
dbc.Row(
[
dbc.Col(
html.Div(
dropdown_0,
html.I(className="fa fa-info-circle fa-lg",id="button-info",**{'aria-hidden': 'true'}, children=None),
),
.
.
.
2 posts - 2 participants






