Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2024 12:51 AM
Hi @_raman_ ,
Which DBR are you facing this issue?
Most likely the issue is related to this: https://github.com/shadcn-ui/ui/issues/2837
If you are having this issue might be because of some browserextension. A quick test to confirm this theory is to open it using incognito mode to see if it does show the problem. It also could be env/os/browser specific issue. Can you please share some repro details on how I can get to the issue. Maybe you can also collect the HAR file when you run into this.
Thanks!
I am creating a new Next.js app and encountered an error during installation of shadcn-ui. When I ran the command "pnpm dev", I received the following error: Unhandled Runtime Error TypeError: Cannot redefine property: googletag I am usi...