Kyle Hoskins

Results 7 comments of Kyle Hoskins

Is there anything I can do to help move this along? Circular type references are valid in schema definitions. However, the current behavior when expanding a section with such a...

@char0n after far too long of an exploration (because I wasn't reproducing it using the url), I discovered that the ciruclar reference issue only occurs when the .json is loaded...

For others searching for this error, this override is getting me around this issue for now: ``` dataSource.connector.releaseConnection = function (connection, err) { if (typeof connection.autorelease === 'function') { connection.txId...

To use the editor in NextJS, I was able to put the editor in a component named TextEditor. Then I used dynamic to load it in another component: ``` import...

Whoops, the repository I linked was not public. I just changed it from private to public.

> I can see that there is an issue in above example. first time you want do drag row in the table beyond the container view (with the scroll), row...

For those struggling with this who would like a temporary workaround, change your configuration from a relative reference to specify a full url instead ``` // from this: const ui...