software-mansion/react-freeze

Can support React v16.6.3+ probably?

CJY0208 opened this issue · 1 comments

Hi!

Is there any things to prove that react-freeze only support react 17+?

I made a demo with react 16.6.3 and it also works well

I am trying to improve react-activation`s performance (feature like <keep-alive /> in vue) using react-freeze

react-activation support react 16+ but react-freeze require 17+

"peerDependencies": {
"react": "^17.0.0"
},

Is there any possibility to support react 16.6.3+?

version below 16.6.3 will not work properly