-
Notifications
You must be signed in to change notification settings - Fork 45
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
[bug]: useQueue #119
Labels
bug
Something isn't working
Comments
Как вариант можно ещё что-то такое сделать:
|
@wmoooid Забавный баг, с учетом того, что такая реализация у многих, баг понятен return выполняется первеe чем setState Такая же бага uidotdev/usehooks#276 |
Тут вероятнее всего такая же бага https://github.com/streamich/react-use/blob/master/src/useQueue.ts#L17 |
Залил фикс, прошу закрыть issue после проверки |
Проверил, работает как надо |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Писал тесты для useQueue и нашел баг:
Функция remove возвращает undefined вместо удаленного значения.
Текущая реализация:
Возможный фикс:
При такой реализации бага нет, но смущает, что берем очередь напрямую из стейта, а не из сетстейта. Что думаете?
The text was updated successfully, but these errors were encountered: