You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DOM to React parser converts the DOM nodes object returned
by htmlparser2's parseDOM method to React elements.
The parser will return either a single React element or an array
of React elements.
Add `react` to devDependencies and peerDependencies.
0 commit comments