forked from streamich/react-use
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: replace createFactory usages with createElement #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix: 🐛 improve how text is dropped in useDrop hook
## [15.2.3](v15.2.2...v15.2.3) (2020-06-13) ### Bug Fixes * 🐛 improve how text is dropped in useDrop hook ([b2f46d1](b2f46d1))
## [15.2.4](v15.2.3...v15.2.4) (2020-06-13) ### Bug Fixes * doesn't unlock the body on unmount ([1ead4ef](1ead4ef))
## [15.2.5](v15.2.4...v15.2.5) (2020-06-15) ### Bug Fixes * bump react-universal-interface ([1540c1a](1540c1a))
Better to use two-variables exchange than `useEffect` with new function on each render.
feat(usePrevious): reworked the hook, now it is more memory-efficient.
# [15.3.0](v15.2.5...v15.3.0) (2020-06-19) ### Features * **usePrevious:** reworked the hook, now it is more memory-efficient. ([8c6f467](8c6f467))
chore(deps): update dependency ts-loader to v8
…tic-6.5.3 chore(deps): bump elliptic from 6.5.1 to 6.5.3
…int-monorepo chore(deps): update typescript-eslint monorepo to v4 (major)
…t-11.x chore(deps): update dependency @testing-library/react to v11
….14.8 chore(deps): bump npm from 6.13.4 to 6.14.8
chore(useDebounce): fix test description
…repo chore(deps): update storybook monorepo to v6 (major)
chore(deps): update dependency ts-node to v9
chore: Removed eslint comments, added global formatting, fixed errors
## [15.3.4](v15.3.3...v15.3.4) (2020-09-04) ### Bug Fixes * useLongPress hook linting fixes. ([479dd99](479dd99))
## [15.3.4](v15.3.3...v15.3.4) (2020-09-06) ### Bug Fixes * useLongPress hook linting fixes. ([9f3cc3d](9f3cc3d))
## [15.3.4](v15.3.3...v15.3.4) (2020-09-07) ### Bug Fixes * useLongPress hook linting fixes. ([9f3cc3d](9f3cc3d))
## [15.3.4](v15.3.3...v15.3.4) (2020-09-15) ### Bug Fixes * useLongPress hook linting fixes. ([9f3cc3d](9f3cc3d))
## [15.3.4](v15.3.3...v15.3.4) (2020-09-16) ### Bug Fixes * useLongPress hook linting fixes. ([9f3cc3d](9f3cc3d))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Type of change
Checklist
yarn test
)yarn lint
). Fix it withyarn lint:fix
in case of failure.yarn lint:types
).