You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The "create user" sample in the "Users" sample queries does not do anything.
To Reproduce
Sign into Graph Explorer
Under "Sample queries", expand "Users" and click "create user"
Expected behavior
Clicking the "create user" example should populate the URI and request body with a sample.
Desktop (please complete the following information):
OS: Windows 11
Browser: Edge (GA)
Version: 94.0.992.47
Additional context
JS console yielded this after clicking "create user":
Uncaught TypeError: Cannot read properties of undefined (reading 'split')
at authenticatedUserValueFn (tokens.ts:156)
at tv (token-helpers.ts:30)
at nv (token-helpers.ts:55)
at hk.querySelected (SampleQueries.tsx:261)
at onClick (SampleQueries.tsx:229)
at Object.l (react-dom.production.min.js:47)
at f (react-dom.production.min.js:67)
at react-dom.production.min.js:71
at E (react-dom.production.min.js:136)
at N (react-dom.production.min.js:163)
at A (react-dom.production.min.js:154)
at I (react-dom.production.min.js:224)
at xn (react-dom.production.min.js:1668)
at Ma (react-dom.production.min.js:5858)
at Fe (react-dom.production.min.js:630)
The text was updated successfully, but these errors were encountered:
Describe the bug
The "create user" sample in the "Users" sample queries does not do anything.
To Reproduce
Expected behavior
Clicking the "create user" example should populate the URI and request body with a sample.
Desktop (please complete the following information):
Additional context
JS console yielded this after clicking "create user":
The text was updated successfully, but these errors were encountered: