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.
최소/최대 값 도달 시 상태 메시지 알림 추가하기
기존 상태에선 시각 사용자도 최소/최대 값에 도달했는지 알 수 없었는데 이때 가장 좋은 방법은 toast 모달을 보여주는거라 생각했어요
직접 구현하기는 조금 귀찮아서
react-toastify
라이브러리를 써봤는데 해당 라이브러리 내부에aria-live="assertive"
가 들어있는거 같더라구요!그래서 추가하는 것만으로도 쉽게 해결할 수 있었어요