You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
장소 검색 입력창에 정규식에서 사용되는 특수문자(예: [, (, 등)를 입력할 경우, 에러 발생
에러 로그 (Error Log)
SyntaxError: Invalid regular expression: /(아아[)/gi: Unterminated character class
at new RegExp (<anonymous>)
at highlightWord (SearchPlaceListItem.tsx:42:17)
...