-
Notifications
You must be signed in to change notification settings - Fork 222
React.DOM.tr deprecation warning in React v16.0+ #381
Comments
@glittershark React 16 is out. Any updates here? |
Breaks on react 16. How can we help? :) |
Opened PR for this. It solved the issue for me #389 |
@glittershark could you please approve the PR? |
sadly another one of my imports bites the dust at React 16 :( looks like its time to find another good react table ... |
@andrewlorenz you can add this to your package.json instead. |
hey, great offer thanks I'll take a look. |
@abdulrahman-khankan I'm finding that in spite of adding the pointer to your repo as you suggested, that:
b) After running npm, there is no "reactable" folder in my node_modules |
It's a bug with package-lock. Happens to me often, hopefully npm will reply soon and no need to link it to GitHub anymore. You can delete package-lock and run npm install again and it should work fine. At least that's how I solve it. |
funnily enough I've just come back on to say I've managed to fix it exactly by doing just that! (though I'm sure I'd already tried that before and didn't get the same result). Thanks for such a prompt reply though my friend ! |
After upgrading to React v15.6.1, I'm seeing this deprecation warning:
Looks like
tr.js:78
is a Reactable file.I'm not sure if using react-dom-factories is the best solution here or refactoring it to avoid the call altogether.
The text was updated successfully, but these errors were encountered: