React peer dependency is currently set to ^16.0.0. This causes package managers to complain when installing the library on anything other than 16.x.x. We are currently using react 18.2.0.
Is there a specific reason this library only supports react 16 or can this be updated to use anything newer than 16?
Wanting to know if I should just ignore the warning for now or if I should use the plain js module rather.
React peer dependency is currently set to
^16.0.0
. This causes package managers to complain when installing the library on anything other than16.x.x
. We are currently using react18.2.0
.Is there a specific reason this library only supports react 16 or can this be updated to use anything newer than 16?
Wanting to know if I should just ignore the warning for now or if I should use the plain js module rather.