The following code does not give any effect in my React application:
const headingText = <p class="subtitle is-3">`${taskList.length}tasks remaining`</p>;
The earlier version was without Bulma Framework and it worked.
const headingText = `${taskList.length}tasks remaining`;
2.1m questions
2.1m answers
60 comments
57.0k users