This is a reference entry from React error codes. A full explanation with fixes has not been written yet.
Element ref was specified as a string (%s) but no owner was set. This could happen for one of the following reasons: 1. You may be adding a ref to a function component 2. You may be adding a ref to a component that was not created inside a component's render method 3. You have multiple copies of React loaded See https://react.dev/link/refs-must-have-owner for more information.
%s is filled in by React at runtime.
- Category
- Minified React error
- Severity
- error
- Runtime
- both
or press Cmd/Ctrl + Enter. The text is only sent to this site to match it.
Source: React error codes. Data fetched 2026-09-25T01:43:12.928Z.