Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Element ref was specified as a string (month) but no owner was set. #18

Open
CalvinJamesHeath opened this issue Jan 13, 2023 · 0 comments

Comments

@CalvinJamesHeath
Copy link

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://reactjs.org/link/refs-must-have-owner for more information.

The illustrative website is no longer functional. Additionally, I encounter the aforementioned problem as soon as I paste the DateCountdown component. I attempted to use the exact functioning package versions from codesandbox examples, but so far I have been unsuccessful in fixing the issue. Also tried using the package inside class and functional components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant