Closed KenLSM closed 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.
div
outletId
react v15.2.0
Fixing this as per recommended in https://gist.github.com/jimfb/d99e0678e9da715ccf6454961ef04d1b
Great change, thanks.
div
shouldn't be receivingoutletId
not a validdiv
attribute. Starting fromreact 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