unfoldingWord / tc-create-app

translationCore Create
https://create.translationcore.com/
MIT License
0 stars 5 forks source link

React Deprecation Messages (technical debt) #334

Open mandolyte opened 4 years ago

mandolyte commented 4 years ago

Samples below.

Deprecation Notice:  scrollFullHeight has been deprecated, but will still work in version 3.x. Please use string option: standard | vertical | simple. More info: https://github.com/gregnb/mui-datatables/tree/master/docs/v2_to_v3_guide.md 
Deprecation Notice:  fixedHeaderOptions will still work but has been deprecated in favor of fixedHeader and fixedSelectColumn. More info: https://github.com/gregnb/mui-datatables/tree/master/docs/v2_to_v3_guide.md 
birchamp commented 4 years ago

@mandolyte How important is this? What's the impact?

mandolyte commented 4 years ago

If we never upgrade to latest version of that 3rd party component, we'll be fine except for these annoying messages in the console log. Near term, not too important.