busy-shampoo-12116
07/05/2022, 11:48 PMEmbeddedListSearch
inside TagProfileDrawer
and I'm getting the import/no-cycle
error. Is there any way to get around this? It's not clear how EmbeddedListSearch
is importing TagProfileDrawer
. Thanks in advance!bulky-soccer-26729
07/06/2022, 2:14 PMEmbeddedListSearch
ultimately renders TagProfileDrawer
on search result cards (EmbeddedListSearch
-> EntityNameList
-> TagTermGroup
-> TagProfileDrawer
). So on build, React gets stuck in an infinite cycle of this component trying to import itself. May I ask what your goal for adding EmbeddedListSearch
to the TagProfileDrawer
is? cycles like these can be tough to break, but depending on your use case there could be a couple of different solutions!busy-shampoo-12116
07/06/2022, 3:26 PMApplied to
field.bulky-soccer-26729
07/07/2022, 9:12 PMbusy-shampoo-12116
07/11/2022, 10:05 PM