-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
enhancementA suggestion to add to or change behaviorA suggestion to add to or change behavior
Description
Table doesn't forward refs, but other components like TableHeader does
Expected Behavior
Table forwards ref
Actual Behavior
The following warning is produced in the console
Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
URL, screen shot, or Codepen exhibiting the issue
https://codesandbox.io/s/nostalgic-rgb-tddnjy?file=/src/App.tsx
Steps to Reproduce
- Supply a Table component with a ref
- Check console for warning
Your Environment
- Grommet version: 2.26.0 in Codesandbox; Also experienced in 2.25.1
- Browser Name and version: Chrome
- Operating System and version (desktop or mobile): macOS 11.6.5
Metadata
Metadata
Assignees
Labels
enhancementA suggestion to add to or change behaviorA suggestion to add to or change behavior