Skip to content

Commit

Permalink
build : webView 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
IGhost-P committed Jun 23, 2022
1 parent 3207a23 commit f95b698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yam-view/src/pages/WebView.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const WebView = () => {
return () => {
receiver.removeEventListener("message", onMessageHandler);
};
}, []);
}, [result]);

const mapscript = () => {
var container = document.getElementById("Mymap"),
Expand Down

2 comments on commit f95b698

@vercel
Copy link

@vercel vercel bot commented on f95b698 Jun 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

yamyma-webview – ./yam-view

yamyma-webview.vercel.app
yamyma-webview-ighost-p.vercel.app
yamyma-webview-git-main-ighost-p.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f95b698 Jun 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

yamyma-webview2 – ./yam-view

yamyma-webview2-booda.vercel.app
yamyma-webview2.vercel.app
yamyma-webview2-git-main-booda.vercel.app

Please sign in to comment.