Skip to content

Commit 30f8031

Browse files
author
Suhan Moon
committed
bug fixed.
1 parent 5ae0834 commit 30f8031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const Postcode: React.FC<PostcodeProps> = ({ onSelected, onClose, jsOptions, sty
4949
React.useEffect(() => {
5050
loadData().catch(console.warn);
5151
}, [loadData]);
52+
// @ts-ignore
5253
return <div ref={layer} style={style} />;
5354
};
5455

0 commit comments

Comments
 (0)