-
Notifications
You must be signed in to change notification settings - Fork 47.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added double newline delimiters to the following functions/files: #8777
Conversation
* 'beginLifeCycleTimer' function of ReactDebugTool.js * 'bindAutoBindMethod' function of ReactClass.js * 'warnNoop' function of ReactServerUpdateQueue.js * 'getInternalInstanceReadyForUpdate' function of ReactUpdateQueue.js * 'warnNoop' function of ReactNoopUpdateQueue.js * 'getDeclarationErrorAddendum' function of ReactDOMComponent.js * 'getSourceInfoErrorAddendum' function of ReactElementValidator.js * 'getDeclarationErrorAddendum' function of instantiateReactComponent.js and ReactElementValidator.js * 'traverseAllChildrenImpl' function of traverseAllChildren.js * 'attachRef' function of ReactRef.js * 'mountIndeterminateComponent' function of ReactFiberBeginWork.js * 'createFiberFromElementType' function of ReactFiber.js * 'getDeclarationErrorAddendum' function of ReactDOMSelect.js * 'unmountComponentAtNode' function of ReactMount.js * 'getDeclarationErrorAddendum' function of ReactControlledValuePropTypes.js * 'checkRenderMessage' function of CSSPropertyOperations.js * 'getDeclarationErrorAddendum' function of ReactDomFiberSelect.js * 'getCurrentComponentErrorInfo' function in 'ReactElementValidator' * 'getDeclarationErrorAddendum' function in ReactDOMFiberComponent.js
@gaearon what's the procedure for requesting code reviews if no one has offered one in awhile? Should I continue to be patient or is there a way to bump this? |
Sorry I left it hanging, I’ll jump on it next week. |
@gaearon I can give it a review if you're busy with other stuff right now |
That would be cool, thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@aweary Thanks for getting this in! @richiethomas Thanks for the PR! |
Added double newline delimiters to the following functions/files:
Fixes #8719