While converting from JsonML to React element, I am getting the following error:-
Invalid DOM property 'class'. Did you mean 'className'?
The "class" is not getting converted to "className" for React to understand. Is this intentional or I could be doing something wrong?