Skip to content

refactor: remove mw.html dependency from Html.Fragment#7848

Open
ElectricalBoy wants to merge 1 commit into
mainfrom
widget3-fragment-avoid-mw-html
Open

refactor: remove mw.html dependency from Html.Fragment#7848
ElectricalBoy wants to merge 1 commit into
mainfrom
widget3-fragment-avoid-mw-html

Conversation

@ElectricalBoy

Copy link
Copy Markdown
Collaborator

Summary

Html.Fragment is a thin container of its children that requires no extra processing, i.e., it can be implemented as a simple render function that directly returns its children.

How did you test this change?

busted

@ElectricalBoy
ElectricalBoy requested review from a team as code owners July 24, 2026 04:13

@hjpalpha hjpalpha left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have you tested what happens if a module returns fragment (last return to the display)?
i.e. make sure it renders correctly instead of just rendering as table

@ElectricalBoy

ElectricalBoy commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator Author

have you tested what happens if a module returns fragment (last return to the display)?

same as current & covered by existing tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants