Open
Description
I created chrome extensions (built in the react app) and a web app with Next js (app router) using the turbo-based Monorepo, and both utilize the same UI packages (antd).
If I run the chrome extension on the web app, it will only encounter CSS errors with my web app. On other websites, it works properly.
I'm seeing the difficulties listed above after applying the i '@ant-design/nextjs-registry' in my next js app. If I do not utilize AntdRegistry, the issue does not exists. I have to render the chrome extension on the shadow DOM.
Metadata
Metadata
Assignees
Labels
No labels