carlsverre / react-outlet

Bottom-up Transclusion for React
MIT License
71 stars 12 forks source link

Remove outletId from props #4

Closed KenLSM closed 8 years ago

KenLSM commented 8 years ago

div shouldn't be receiving outletId not a valid div attribute. Starting from react v15.2.0, react will warn about invalid DOM attributes passed to DOM nodes.

Fixing this as per recommended in https://gist.github.com/jimfb/d99e0678e9da715ccf6454961ef04d1b

carlsverre commented 8 years ago

Great change, thanks.