-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
(major) - Tracking PR for v11 #4549
base: main
Are you sure you want to change the base?
Conversation
📊 Tachometer Benchmark ResultsSummaryduration
usedJSHeapSize
Resultscreate10kduration
usedJSHeapSize
filter-listduration
usedJSHeapSize
hydrate1kduration
usedJSHeapSize
many-updatesduration
usedJSHeapSize
replace1kduration
usedJSHeapSize
run-warmup-0
run-warmup-1
run-warmup-2
run-warmup-3
run-warmup-4
run-final
text-updateduration
usedJSHeapSize
tododuration
usedJSHeapSize
update10th1kduration
usedJSHeapSize
|
Size Change: -1.41 kB (-2.26%) Total Size: 61 kB
ℹ️ View Unchanged
|
af99557
to
067be2b
Compare
#4406 would be another easy thing to fit in, swapping out our (pretty much unused & problematic) |
a12176d
to
14ea8f6
Compare
5caed5c
to
39339b2
Compare
d328910
to
41622b2
Compare
* Revert assign and avoid repeating indexed access * Check parentNode instead * Use flag * Remove type * Remove todo file
* is smaller than including a dedicated polyfill. | ||
* @param {import('./index').ContainerNode} node The node to remove | ||
*/ | ||
export function removeNode(node) { |
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.
@developit the perf regression still stands after undoing the assign
change so I am thinking this might be related to removeNode
* Forward ref by default * Optimizations
Breaking changes
Component.base
SuspenseList
module.js
refactor: Breaking changes to outputs & pkg.json #4652If you need this you can always polyfill it by doing
options.vnode = (vnode) => { if (vnode.props.ref) { vnode.ref = vnode.props.ref; delete vnode.props.ref; } }
Under consideration
defaultProps
frompreact
and intopreact/compat
MovedefaultProps
intopreact/compat
#4657TODO