In React, when a ref is passed to a component, that component must forward the ref to a DOM element using React.forwardRef. If the Stack component does not implement forwardRef, the ref will not be attached to the underlying DOM element, resulting in ref.current being null or undefined. #414
Triggered via issue
January 14, 2025 09:21
Status
Success
Total duration
15s
Artifacts
–
Annotations
1 warning
add-to-inbox
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|