Simon Podlipsky
Simon Podlipsky
| Q | A |------------- | ----------- | Type |improvement | Fixed issues | Follows up https://github.com/doctrine/dbal/pull/5269 #### Summary The returned string representing row count is always a number so...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug I tried running canary (4.0.0-rc.13) and getting ``` /builds/projects/project1/124325/.pnp.cjs:31452 return Object.defineProperties(new Error(message), { ^...
Hello, how do I use themes with codemirror 6? I tried this but it does not change visual ```tsx import GraphiQLComponent from 'graphiql'; import React from 'react'; const graphQLFetcher =...
_According to https://github.com/graphql/graphiql/issues/2405#issuecomment-1133928930 it should probably work somehow?_ I'm using Yarn PnP. I require `"graphiql": "^1.9.1",` and use it as ```tsx import GraphiQLComponent from 'graphiql'; ... export const GraphiQL: React.FC...
Hello, are there plans to support React 18? E.g. currently RefForwardingComponent is used which does not exists in React 18.
Fixes #4900 #### Description `RefForwardingComponent` is deprecated in favor of `ForwardRefRenderFunction` I'm afraid this will have to wait until we drop v16 since `ForwardRefRenderFunction` is not available there. https://github.com/DefinitelyTyped/DefinitelyTyped/blob/2034c45ba9c4ac8524a58e2c8a84eb449d2af339/types/react/index.d.ts#L541-L545 ####...
## Current Behavior `...` Gives me ``` Warning: Received `false` for a non-boolean attribute `positive`. If you want to write it to the DOM, pass a string instead: positive="false" or...
## Feature description I give users a feedback on text area validation on which line is error in their input but there are no line numbers so user has to...
## Feature description  Having a cursor in a time picker implies that I can quickly remove last char `4` and enter another one eg. `5`. Therefore allowing me to...
When using yarn pnp, there's no node_modules folder. Is there a way to reference the local json without that? https://github.com/OpenAPITools/openapi-generator-cli/blob/ec675176d38ad35ef574db4633dc2c754797fa2f/apps/generator-cli/src/README.md?plain=1#L112 Or is `"$schema": "https://github.com/OpenAPITools/openapi-generator-cli/blob/master/apps/generator-cli/src/config.schema.json"` viable?