Sophie Alpert
Sophie Alpert
@sebmarkbage wait this has since been standardized. So I think we should keep it?
@benbraou, it's yours!
I think for flow it is fine to treat it as a single "test" that has a single output and just use the formatted output. Not sure if there is...
Code pointer for debugging – it's meant to be added here: https://github.com/facebook/react/blob/e3748a0bde80dd1f097fd8000702aba9fca454ef/packages/react-dom-bindings/src/events/plugins/FormActionEventPlugin.js#L83-L97
I can reproduce that when dragging the scrollbar in your simplified codesandboxes, there is more visual lag for the boxes to appear in the createRoot version, like in your video....
@matthewwithanm I'm guessing the IE8 problems you saw in #1327 won't be a problem here -- want to try the same renderToStaticMarkup approach?
Correct me if I'm wrong, but the contents will be used only if the browser doesn't support iframes, which basically all browsers that support JS should?
React shouldn't look inside the iframe unless you change the contents later.
Your added parens change the meaning of the code. I am fairly sure that the code is valid JS as-is – perhaps you can look at the transformed source to...
What is Appendix A, sorry?