1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

This is a stage 4 not stage 3 feature

This commit is contained in:
jbranchaud
2018-03-14 16:11:16 -05:00
parent 212559d136
commit 357ba50dc9

View File

@@ -26,7 +26,7 @@ signature to grab specific items from an incoming object argument without
losing track of the rest -- this is especially useful in React.js
development when dealing with incoming props.
This is a [stage 3
This is a [stage 4
feature](https://github.com/tc39/proposal-object-rest-spread) and may not be
available in your particular environment.