plotly / dash-labs

Work-in-progress technical previews of potential future Dash features.
MIT License
139 stars 39 forks source link

Multipage dash-app have trouble with dash_dangerously_set_inner_html #89

Open NRVA opened 2 years ago

alexcjohnson commented 2 years ago

Can you say more? A minimal example where you expected X and saw Y instead?

NRVA commented 2 years ago

It works as expected when I wrap something like html.P("text") inside the ...inner_html, but returns the image below when I wrap a script inside it

Skjermbilde 2022-04-26 kl  20 57 41

.

Seems to be something like this: https://community.plotly.com/t/dash-dangerously-set-inner-html-in-a-multi-page-app/10548