alissonmbr / react-xml-viewer

MIT License
30 stars 20 forks source link

collapsible attribute doesn't accept a boolean #31

Closed fdemello closed 1 year ago

fdemello commented 3 years ago
index.js:1 Warning: Received `true` for a non-boolean attribute `collapsible`.

If you want to write it to the DOM, pass a string instead: collapsible="true" or collapsible={value.toString()}.
    in div (created by XMLViewer)