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 'Responsive Cars' OrderList on the web site documentation page throws this error if a reorder button is pressed without a row selected. I get the same error in my app when updating the list after a re-order operation.
react-dom.production.min.js:164 TypeError: Cannot read property 'getBoundingClientRect' of undefined
at Function.value (DomHandler.js:283)
at t.value (OrderList.js:283)
at t.value (OrderList.js:291)
at commitLifeCycles (react-dom.production.min.js:149)
at t (react-dom.production.min.js:158)
at w (react-dom.production.min.js:169)
at E (react-dom.production.min.js:168)
at batchedUpdates (react-dom.production.min.js:171)
at J (react-dom.production.min.js:54)
at Pe (react-dom.production.min.js:71)
The text was updated successfully, but these errors were encountered:
The 'Responsive Cars' OrderList on the web site documentation page throws this error if a reorder button is pressed without a row selected. I get the same error in my app when updating the list after a re-order operation.
The text was updated successfully, but these errors were encountered: