Consider trying to figure out why the review_button() caused Yew to panic (#1866).
It's not clear to me how to write a minimal demonstration of the bug. Perhaps I could ask on discord.
I guess I could grab an HTML representation of the page by getting the top-most element and getting its innerHtml property. I could then use that to make a view that has all the elements without the review button and then add the review button after a click or something. Perhaps that would trigger it.
Consider trying to figure out why the
review_button()caused Yew to panic (#1866).It's not clear to me how to write a minimal demonstration of the bug. Perhaps I could ask on discord.
I guess I could grab an HTML representation of the page by getting the top-most element and getting its
innerHtmlproperty. I could then use that to make a view that has all the elements without the review button and then add the review button after a click or something. Perhaps that would trigger it.