chenglou / react-treeview

Easy, light, flexible tree view made with React.
1.09k stars 165 forks source link

Exclude defaultCollapsed from props passed to div #38

Closed bravomartin closed 7 years ago

bravomartin commented 7 years ago

React now complains about unknown props.

warning.js:36 Warning: Unknown prop `defaultCollapsed` on <div> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop

This PR adds defaultCollapsed in props assignment so it's excluded from rest...

ianhowe76 commented 7 years ago

Same as #36 - waiting to be merged

bravomartin commented 7 years ago

oops. closing it.