Skip to content

Commit

Permalink
Adapt to webcomponent breaking change (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Apr 12, 2024
1 parent b829b27 commit d1c4268
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/frontend/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import { Providers } from '@microsoft/mgt-element/dist/es6';
import { ProxyProvider } from '@microsoft/mgt-proxy-provider/dist/es6/ProxyProvider';
import '@microsoft/mgt-components';
import { registerMgtComponents } from '@microsoft/mgt-components/dist/es6/index.js';

import { applyTheme } from "@microsoft/mgt-components";

registerMgtComponents();

document.addEventListener('DOMContentLoaded', () => {
const peoplePicker = document.querySelector(".entra-id-people-picker");

Expand Down

0 comments on commit d1c4268

Please sign in to comment.