Fix None
within reactpy.html
#1025
Labels
priority-3-low
May be resolved one any timeline.
release-minor
Warrents a minor release
type-revision
About a change in functionality or behavior
Current Situation
Currently
None
withinreactpy.html
elements get rendered as the text literalNone
, rather than doing nothing.Tangentially related:
Proposed Actions
We should treat
None
as a positional placeholder that does nothing. We need to make sure that it doesn't mess up how we auto-generate positional keys.If we want to handle this server-side, we can substitute it with
html._
as a quick-n-easy hack.The text was updated successfully, but these errors were encountered: