fix: state_unsafe_mutation 에러 수정 및 Dantry 노이즈 필터 강화#424
Merged
Conversation
added 2 commits
March 8, 2026 21:16
- shortcut-buttons: focusin/focusout 핸들러에 queueMicrotask 적용 (렌더링 중 state 변경 방지) - reaction-bar: click outside 핸들러에 queueMicrotask 적용 - hooks.client.ts: JSON parse HTML 응답, state_unsafe_mutation, dynamic import, adsbygoogle 에러 필터 추가 - Error: Rejected 정확 매치 수정
- [boardId], feed, my 페이지: data.streamed?.로 안전 접근 (일 265건 에러 수정) - hooks.client.ts: Firefox JSON parse, __firefox__, ethereum, hover, ServiceWorker 에러 필터 추가
Contributor
Staging 배포 완료URL: https://dev.damoang.net
|
sdk-kr
pushed a commit
that referenced
this pull request
Mar 9, 2026
This file contains hidden or 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
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.
변경사항
state_unsafe_mutation 수정 (일 12만건)
shortcut-buttons.svelte: focusin/focusout 핸들러에queueMicrotask적용reaction-bar.svelte: click outside 핸들러에queueMicrotask적용$state변경하는 문제 해결Dantry 노이즈 필터 추가 (일 ~18만건 감소 예상)
is not valid JSON/Unrecognized token: CDN/서버가 HTML 반환 시 발생 (네트워크 이슈)state_unsafe_mutation: 코드 수정과 별개로 잔여 발생분 필터error loading dynamically imported module: 배포 후 구 chunk 로드 실패 (기존 배너로 처리)adsbygoogle.push(): 광고 슬롯 에러Error: Rejected: ServiceWorker 등록 실패 매치 수정