-
Task
-
Resolution: Done
-
Minor
-
None
-
None
RowFuncArgs type defines `key` as a prop (source code). Since this is a reserved React keyword, the below warning is thrown:
console.error node_modules/react/cjs/react.development.js:172
Warning: Unknown: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props)
Because of the way the RowFuncArgs is used by a RowFunction which in turn returns a React.ReactElement (see here), the warning is not shown.
However, the warning can be seen when running package-manifest-spec.tsx