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

Add a caveat to the latest til

This commit is contained in:
jbranchaud
2018-03-13 16:21:33 -05:00
parent 2a4f8c9cef
commit 212559d136

View File

@@ -26,4 +26,8 @@ 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
feature](https://github.com/tc39/proposal-object-rest-spread) and may not be
available in your particular environment.
See a [live example here](https://codesandbox.io/s/ov2xr1o12y).