Skip to content

Commit 4a94274

Browse files
author
Suhan Moon
committed
Default Changelist
1 parent d3730e1 commit 4a94274

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ width, height값을 별도로 줄 수 있습니다.
104104
프로젝트 문의 혹은 제휴가 필요한 경우 [email protected]로 연락주세요.
105105

106106
# Changes
107+
- 1.0.2
108+
- 웹버전에서 onSelected 장애 처리
107109
- 1.0.1
108110
- 액트베이스(유) 오픈소스 기준에 맞춰서 수정
109111
- 1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actbase/react-daum-postcode",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "다음 우편번호찾기 for React, React-Native",
55
"main": "lib/index.js",
66
"module": "lib/index.js",

src/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const Postcode: React.FC<PostcodeProps> = ({ onSelected, jsOptions, style }) =>
3939
},
4040
}).embed(layer.current, { autoClose: false });
4141
}
42-
}, []);
42+
}, [onSelected]);
4343

4444
React.useEffect(() => {
4545
loadData().catch(console.warn);

0 commit comments

Comments
 (0)