We will be upgrading to React 17 in the near future
Originally posted by @thompsongl in #4250 (comment)
Any chance for an ETA on this? I know you're incredibly busy atm, but this would be greatly appreciated; EUI is the only dependency I have which has not yet upgraded.
I'm also now using npm 7, which is far stricter in versioning, which means I can no longer get away with depending on React 17; I have to use --force which disables all safety measures, not just version overrides.
We will be upgrading to React 17 in the near future
Originally posted by @thompsongl in #4250 (comment)
Any chance for an ETA on this? I know you're incredibly busy atm, but this would be greatly appreciated; EUI is the only dependency I have which has not yet upgraded.
I'm also now using npm 7, which is far stricter in versioning, which means I can no longer get away with depending on React 17; I have to use
--forcewhich disables all safety measures, not just version overrides.