Skip to content

Commit

Permalink
init message to verify deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bacalj committed Jul 19, 2024
1 parent dfa3a24 commit 020079c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const App = () => {

useEffect(() => {
const init = async () => {
console.log("| INIT with new json 55628");

Check warning on line 44 in src/components/App.tsx

View workflow job for this annotation

GitHub Actions / Build & Run Tests

Unexpected console statement

Check warning on line 44 in src/components/App.tsx

View workflow job for this annotation

GitHub Actions / Build & Run Tests

Unexpected console statement
const newState = await initializePlugin({pluginName: kPluginName, version: kVersion, dimensions: kInitialDimensions});
const isMapOpen = await hasMap();
// plugins in new documents return an empty object for the interactive state
Expand Down

0 comments on commit 020079c

Please sign in to comment.