Open toto1384 opened 2 years ago
@toto1384 What if we allow all react version basically instead
"react": "^16 || ^17" || "^18",
if we use"react": "*",
. This will take care of all upcoming versions.
Future changes of React might break the functionality of this library. I have tested a little how it performs on React 18 and it seems to work. But maybe React 19 will break it.
@toto1384 What if we allow all react version basically instead
"react": "^16 || ^17" || "^18",
if we use"react": "*",
. This will take care of all upcoming versions.