This error happened when I ran yarn install today. I solved it by manually picking the last older version which is 18.8.5. But when I ran it in Jenkins, I was unable to manually pick like that.
I can't find this dependency in package.json, so it seem that react-is is the sub-dependency of some packages that use version 16.8.6.
I tried to use yarn resolutions to force it to 18.6.5 but many package use react-is with many difference version so it causes other errors.
Any way to solve an issue like this?