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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: