Skip to content

Conversation

@TristonWasik
Copy link

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

converted to typescript
initialized ackeeInstance outside of the hook to allow actions to be added
fixed package.json issue and updated tsconfig to generate sourcemaps
fixed tests and imports
fixed automated tests
fixed imports in testing file
@noahlst noahlst mentioned this pull request Oct 17, 2022
@mrdulin
Copy link

mrdulin commented Jul 4, 2023

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"
    }
}

@nareshpingale
Copy link
Contributor

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"
    }
}

Opening a PR with just peer dependency updates, consciously adding specific version. #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants