If you want to pass HTML tags in Props in React do the following:
<SomeComponent status={["This user is ", <strong>Not Available</strong>]} />
Published by Muhammad Asfour
Estimated reading time: 1 min
If you want to pass HTML tags in Props in React do the following:
<SomeComponent status={["This user is ", <strong>Not Available</strong>]} />