How to apply styles using mergeStyles or makeStyles to the DOM element which is loaded dynamically #33254
Unanswered
makarandkeer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a DIV which loads the DOM elements dynamically and I wanted to apply style to selected DOM element. For example I wanted to apply style for
<p>, <ul>
and other elements.How can I do it, I tried with following code, but it seems to be deprecated
Beta Was this translation helpful? Give feedback.
All reactions