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
handleComplete is called, but with no arguments. Instead I see this error : TypeError: Cannot read properties of undefined (reading 'preauthorizeApiKey')
Expected behavior
handleComplete should be called with a SwaggerUI instance.
The text was updated successfully, but these errors were encountered:
Q&A (please complete the following information)
Configuration
Swagger-UI-React configuration options:
Describe the bug you're encountering
handleComplete
is called, but with no arguments. Instead I see this error : TypeError: Cannot read properties of undefined (reading 'preauthorizeApiKey')Expected behavior
handleComplete
should be called with a SwaggerUI instance.The text was updated successfully, but these errors were encountered: