react-admin icon indicating copy to clipboard operation
react-admin copied to clipboard

docs: update field component example to use modern React patterns

Open dhfra21 opened this issue 8 months ago • 0 comments

Problem

 The documentation currently recommends using defaultProps for function components, which is being removed in React 19.

 ## Solution
 Update the example to use modern React patterns with parameter destructuring and default values.

 ## Additional Checks
 - [x] The PR targets `master` for a documentation fix
 - [x] The documentation is up to date

dhfra21 avatar Apr 25 '25 11:04 dhfra21