Hi,
First of all thanks for the package. It seems great.
I'm using it on a react 19 application though and given the presence of peerDependencies in package.json I must use the --force flag and I would like to avoid it since it gives issues during CI.
Before making any eventual PR, is there any reason why the dependency is locked on v18 of react?
Thanks!