I have created module A which is a component library for my React App. Which I plan on using on module B which is my actual React App. I have an index.js whereb
I want to dynamically import components without importing a specific component. I want to set the component name with a variable, received from the store: <s
I'm writing a test in jest for a svelte component which dynamically imports another component. The following snippet is the part where the dynamic import happen