You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2025. It is now read-only.
I just installed this package in my project, however, if Vercel Analytics is also installed I get the following browser console warning:
Warning: Encountered two children with the same key, ``. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.
If I add a key to <GoogleAnalytics /> the warning goes away. Not sure if it was something you needed to be aware of.
I just installed this package in my project, however, if Vercel Analytics is also installed I get the following browser console warning:
If I add a key to
<GoogleAnalytics />the warning goes away. Not sure if it was something you needed to be aware of.