Bohdan Ptyts
Bohdan Ptyts
Having two components, `NavIconLink` and `AnchorDefault` I pass `styleName` to the `AnchorDefault`, but also there might be a `className` from the props spread that will be passed as well. In...
Hi there! I'm using the SCSS in my components library, and willing to export it with the build so I can reuse the SCCS in the main app Is it...
So, the issue is a warning each time when I'm passing styles created with `StyleSheet.create({})` ``` ``` ``` const courseCardStyles = StyleSheet.create({ container: { alignSelf: 'stretch', height: 175, paddingLeft: 15,...
**Is your feature request related to a problem? Please describe.** When using `importDocumentNodeExternallyFrom: near-operation-file` with `documentMode: external` the imported operation is expected to be a `*.js` file See: https://github.com/dotansimha/graphql-code-generator/blob/47d0a57e27dd0d2334670bfc6c81c45e00ff4e74/packages/plugins/other/visitor-plugin-common/src/client-side-base-visitor.ts#L487 **Describe...
After upgrading to Apollo Client V3 - all the unmounted queries are aborted, which throws an error - `Message: The user aborted a request.` - `Message: Fetch is aborted` -...
Trying out the `next-with-apollo` resulted in warning about multiple renderers Is this expected? Also, is the library still maintained? ``` "next": "12.1.6", "next-with-apollo": "^5.3.0", ```