The peerDependency in the current package.json for 2.2.x specifies only react 19 support. However according to documentation 19 and 18 should work?
Any reason, why the peerDependency does not just specify ^18 || ^19?
or is the documentation incorrect?
Also the peerDependency currently actually specifies ^19.1.1 which means e.g. 19.0 will not work either but that is supposed to work according to documentation.
or are we supposed to use overrides like mentioned in #15 if so it should be mentioned in the documentation but I don't really see a reason why the peerDependency should not allow all allowed versions.