Brandon Dail
Brandon Dail
Woops, clicked "Close and Comment" before I was done. > dumping the component’s render function source code might be helpful, even in its minified form? I imagine this would be...
Is there any way you can provide a code sample that reproduces the problem? That error should only occur if there's a bug in React, so it'd be very helpful...
> Expose `unstable_AsyncMode` (maybe?) Isn't this [already exposed](https://github.com/facebook/react/blob/master/packages/react/src/React.js#L54)?
So the reason that we don't dispatch is because the `load` event is being dispatched by the browser synchronously when the [`iframe` is appended to it's parent](https://github.com/facebook/react/blob/master/packages/react-dom/src/client/ReactDOM.js#L757). Since this happens...
I suspect this is a result of how React handles events that occur during reconciliation. Currently, React [disables the synthetic event system before committing](https://github.com/facebook/react/blob/33eddbc0c80652f5a2e7307345f998828ed5a267/packages/react-dom/src/client/ReactDOM.js#L563). That means events that occur as...
I understand that it's possible, this issue is about clarifying that in the documentation.
Also `lifecycle()` or other composition utilities are just wrappers around class components. Their abstractions may be more consistent with freactal, but we should still demonstrate usage with lifecycle methods _without_...
> But from the point of view of the state, that is what freactal solves, it's OK to say that you could always use SFCs, what you are saying is...
@divmain would you be OK with this?
Hey @sw-yx! Thanks, I must have made edits to it thinking I had forked it 😬 I'll fix this soon.