We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee335f2 commit 7bf16beCopy full SHA for 7bf16be
src/core/config/defaults.js
@@ -18,7 +18,6 @@ const defaultOptions = Object.freeze({
18
oauth2RedirectUrl: undefined,
19
persistAuthorization: false,
20
configs: {},
21
- custom: {},
22
displayOperationId: false,
23
displayRequestDuration: false,
24
deepLinking: false,
src/core/config/factorization/inline-plugin.js
@@ -5,7 +5,6 @@
5
const InlinePluginFactorization = (options) => () => ({
6
fn: options.fn,
7
components: options.components,
8
- state: options.state,
9
})
10
11
export default InlinePluginFactorization
0 commit comments