You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serialize props when they're set rather than every time the component render code is called. Closes#226
This ensures that the props are only serialized once, rather than twice (once in the `Html.React` call and once in the `Html.ReactInitJavaScript` call)
0 commit comments