But it is throwing error. What I want is simply add a class whenever there is a
tag.
How do I create this matcher and include into my nextjs app?
The documentation here does not explain it very well.
Should I create a file called myMatcher.js and include it into my component and then it will do the matching? how does it work? can you please explain with an example.
Hi I am rendering my html
But it is throwing error. What I want is simply add a class whenever there is a
tag.
How do I create this matcher and include into my nextjs app?
The documentation here does not explain it very well.
Should I create a file called myMatcher.js and include it into my component and then it will do the matching? how does it work? can you please explain with an example.