We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cce8d1 commit b2339e2Copy full SHA for b2339e2
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@r2don/react-naver-map",
3
- "version": "0.0.17",
+ "version": "0.0.18",
4
"author": {
5
"name": "r2don",
6
"email": "leejj2002@naver.com"
src/hooks/useNaverMapInit/utils/createNaverMapScriptByClientId.ts
@@ -14,7 +14,7 @@ export const createNaverMapScriptByClientId = ({
14
15
script.id = SCRIPT_ID;
16
script.type = "text/javascript";
17
- script.src = `https://oapi.map.naver.com/openapi/v3/maps.js?ncpClientId=${ncpClientId}`;
+ script.src = `https://oapi.map.naver.com/openapi/v3/maps.js?${paramsString}`;
18
19
return script;
20
};
0 commit comments