{"section":"known-issues","requestedLocale":"en","requestedSlug":"catalog-kit-insertion-allows-circular-reference","locale":"en","slug":"catalog-kit-insertion-allows-circular-reference","path":"docs/en/known-issues/Catalog/catalog-kit-insertion-allows-circular-reference.md","branch":"main","content":"## Summary\n\nCurrently, when creating a skukit in the catalog UI, it is possible to insert a skukit referencing itself as a component.\n\nFor instance, let's say a skukit with id 123 was created.\n\nit's both possible to add other skus as components, but also the kit itself (father = 123, component = 123) which creates unmapped side effects.\n\nSo far, the known side effect is that this impedes the loading of data in the portal application, such as the skuJSON in the vtexJS.\n\n## Simulation\n\n1 - create a sku that is marked as a kit (bundle) https://help.vtex.com/en/docs/tutorials/bundle-registration\n\n2 - add, in the component tab, its own sku id as a component\n\n3 - in the product page, open the developer tools and check the console. look for the vtexjs.skujson property - it should return data, but it returns as null\n\n## Workaround\n\n-"}