react version update and ts conversion
updated to react v18 converted to typescript and added use-ackee types as dependency initialized ackeeInstance outside of the hook to allow actions to be utilized fixed package.json to use esm variant imports added additional test case updated all imports
Well, this package should be compatible with version >=16.8. It only uses the useMemo and useEffect hooks. These two hooks' behavior has no change in React 16.8.x, React 17.x and React 18.x
{
"peerDependencies": {
"react": ">=16.8"
}
}
Well, this package should be compatible with version
>=16.8. It only uses theuseMemoanduseEffecthooks. These two hooks' behavior has no change inReact 16.8.x,React 17.xandReact 18.x{ "peerDependencies": { "react": ">=16.8" } }
Opening a PR with just peer dependency updates, consciously adding specific version. #13