After reviewing the code of your component, we found an issue that needs to be updated before it can be published.
The component currently imports several runtime dependencies from external URLs, including the Menu, Close, and Video components, as well as utility code used by Video.tsx.
Marketplace components should include these dependencies locally instead of loading them from remote URLs. This keeps the component fully reviewable and prevents its behavior from depending on code that can change outside the published package.
I get it regarding external code, but I still can't get hint regarding other components, can anyone help?
After reviewing the code of your component, we found an issue that needs to be updated before it can be published.
The component currently imports several runtime dependencies from external URLs, including the Menu, Close, and Video components, as well as utility code used by Video.tsx.
Marketplace components should include these dependencies locally instead of loading them from remote URLs. This keeps the component fully reviewable and prevents its behavior from depending on code that can change outside the published package.
I get it regarding external code, but I still can't get hint regarding other components, can anyone help?