sycamore-rs / sycamore

A library for creating reactive web apps in Rust and WebAssembly
https://sycamore-rs.netlify.app
MIT License
2.79k stars 148 forks source link

`Portal` doesn't update dynamic views inside it #595

Closed wingertge closed 3 weeks ago

wingertge commented 1 year ago

Describe the bug When updating a dynamic view rendered inside a Portal it doesn't update the DOM.

To Reproduce Steps to reproduce the behavior:

  1. Render a dynamic view inside a Portal (i.e. if branch)
  2. Update that view

Expected behavior The DOM should update when the view updates.

Environment