Cody O'Donnell

Results 3 comments of Cody O'Donnell

Any movement on this? Can confirm that this problem still exists in dash 1.20 You cannot embed html inside `dcc.Markdown` if there are attributes on the html element.

I'm running into this same issue. It would be very useful for using cookiecutter with React projects where `{{` can possibly show up in many places. Thanks @sacha-c for looking...

For anyone who needs a workaround, I currently use: ``` npm install --legacy-peer-deps ``` It would be great if the peer dependencies could be updated to support gatsby 5.x. I...