nwb icon indicating copy to clipboard operation
nwb copied to clipboard

How can we use same React component multiple times on the same page

Open PramodIndusved opened this issue 4 years ago • 0 comments

The project I am working on is a rendering the component. But when we needs o add more component on the same ID created by the "mountID", It attach only first component to the DOM, Remaining components not get attached to the DOM.

What is the problem with ?

Is there any way so we can mount component to variable class name

PramodIndusved avatar Mar 04 '20 06:03 PramodIndusved