-
Notifications
You must be signed in to change notification settings - Fork 47k
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
15.5 addon bugs #9384
Comments
Just the |
yep |
FWIW the prop-types Going to tag @acdlite to do this too since it looks like he's made changes to prop-types that weren't pushed to 15.5-dev or 15-stable branches. |
Did the source of truth move to |
Oh! You're right. Andrew mentioned that at one point but I forgot. I'd add the license and patents file and do a point release of prop-types then. |
I think there are a couple of additional things we need to do for create-react-class:
|
Formerly, |
create-react-class still does this for DEV mode, no? // Add verbose displayName to the function, which helps when looking
// at profiling tools.
if (typeof property === 'function' && spec.displayName) {
proto[name].displayName = spec.displayName + '_' + name;
} |
I think @J-Dickson is referring to Babel inferring But until it's not there, the codemod we're providing (see the blog post) adds a |
Oh! So this: babel/babel/pull/5554 |
This release has been a bit rocky. 😛
I'm keeping track of known issues to fix them up together in the next patch.
unstable_batchedUpdates
on shallow renderer (Expose batchedUpdates on shallow renderer #9382), needed for Enzyme ([Compat] support React@15.5 enzymejs/enzyme#876 (comment))object-assign
process
shimlinked-input
create-react-class
(tagging @acdlite for this and add the rest of us)Regarding
create-react-class
:replaceState
callback issue). Currently there are no peer deps at all, only dev deps.The text was updated successfully, but these errors were encountered: