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
> ⚠️ Why `--prefer-dedupe` ? Because of [Invalid Hook Call Warning](https://reactjs.org/warnings/invalid-hook-call-warning.html) common issue in projets
| resolverOptions | IResolveOpts | Optional | To resolve your $ref (by default, only inline references will be dereferenced). More info on [@stoplight/json-ref-resolver](https://github.com/stoplightio/json-ref-resolver)|
| resolverOptions | IResolveOpts | Optional | To resolve your $ref (by default, only inline references will be dereferenced). More info on [@stoplight/json-ref-resolver](https://github.com/stoplightio/json-ref-resolver)|
77
+
| viewerOptions | JSVOptions | Optional | Options for the viewer itself. More info on [Typescript type](/src/theme/JSONSchemaViewer/contexts/jsvOptions.tsx)|
63
78
64
79
<detailsopen>
65
80
<summary><h4>Example</h4></summary>
@@ -110,10 +125,10 @@ function ExamplePage(): JSX.Element {
0 commit comments