shadcn
                                            shadcn
                                        
                                    I'm having the same issue with the latest version. The fix by @waynetheisinger works.
@xzyfer I'm using the fix by @waynetheisinger on a project temporarily. But I agree, we need to figure out where it's really coming from.
Thanks. I'll give this a try.
Which starter are you using?
Sure. So you're trying to move the content folder under `src`? ``` . ├── content
Hmm this looks good. It seems like some of the styles are coming through?
I couldn't reproduce this with a clean install. See https://codesandbox.io/s/hungry-liskov-iekdt?file=/src/pages/login.js Any other files that could've been overridden? Like theme.js? PS: The `Grid` component need a `col=""` prop.
We just started seeing this today as well. A fix is on the way.
Looks like this is a different bug. Is this for a mdx page placed inside `content/pages`?
Are you doing any customization to layout or the MDXProvider?