microsoft-graph-toolkit icon indicating copy to clipboard operation
microsoft-graph-toolkit copied to clipboard

Authentication Providers and UI components for Microsoft Graph 🦒

Results 304 microsoft-graph-toolkit issues
Sort by recently updated
recently updated
newest added

:giraffe: A new release is coming up! --- ## [4.1.0](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.0.1...v4.1.0) (2024-02-23) ### Features * move electron to peer dependency ([#3046](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3046)) ([c572c01](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/c572c01cc6cb8e5a20c6703cfb1574557c4f1299)) ### Bug Fixes * make scope aware requests work...

autorelease: pending

**Describe the bug** Receiving an emoji raises an error message in the Chat component... ``` react-dom.development.js:67 Warning: A component is `contentEditable` and contains `children` managed by React. It is now...

bug

**Describe the bug** Unhandled Promise rejection for initProvider in mgt-msal2-provider, when user cancels login flow in Popup `core.mjs:10614 ERROR Error: Uncaught (in promise): BrowserAuthError: user_cancelled: User cancelled the flow. BrowserAuthError:...

bug

**Describe the bug** StatefulGraphChatClient creates 2 new GraphNotificationClients - in the constructor and when updateGraphNotificationClient is called. This starts 2 shared worker timers. There are a couple of pieces of...

bug

Closes #1915 ### PR Type Bugfix ### Description of the changes Fix people picker input zooming on Mobile IOS ### PR checklist - [ ] Project builds (`yarn build`) and...

Build: Storybook

**Describe the bug** When tapping on the people picker component on mobile iOS devices (doesn't seem to repro on tablet), the device zooms in to the people picker search box,...

bug
State: In Review

### PR Type - Feature ### Description of the changes Added a ChatList component that contains the following subcomponents: - A ChatListHeader on that top that contains one or more...

**Describe the bug** Sending a message containing a URL from mgt-chat will be received as a hyperlink in mgt-chat, but in Teams it will not be hyperlinked. Sending a message...

feature-request

**Describe the bug** If you navigate between multiple chats (for instance, using ChatList) you can reach the subscription limit when returning to a chat. This also seems to cause "You...

bug

**Describe the bug** When the person you are chatting with is an external user (someone outside your domain), the user name is Unknown. **To Reproduce** Steps to reproduce the behavior:...

bug