Vladimir Ulyanov
Vladimir Ulyanov
Are there any possibilities to re-use fetch outside of react component context? For example, if I want to use it together with redux.
Hello, it would be perfect, if you create Nova tool for your package.
While executing on WSL getting an issue: `fork/exec /bin/sh: invalid argument` config example: ```yaml pre-commit: commands: eslint: tags: frontend lint run: yarn eslint
Are there any way to control the sequence of scripts and commands? For example to execute scripts after commands? Or to execute the first command, after that execute the first...
Here is the root of the problem: https://github.com/react-hook-form/strictly-typed/blob/382a93ac90db3ba7d44bc4126b937acb99f02a80/src/types.ts#L145-L149 **Expected behavior**: render function argument contains name ref declaration **Current behavior**: render function argument does not contain ref and name declaration Probably...
**The Problem:** Right now there is no proper way to know if result data was taken from cache or from link. **The Solution:** Expose `fromLink` property introduced in this [PR](https://github.com/apollographql/apollo-client/pull/10597/files)...
**Describe the bug** Yarn 2 (Yarn PNP) is not supported **To Reproduce** Install app using yarn pnp. Try to configure and use amplify Error text: > Module not found: @aws-amplify/api...
when Yii looking 4 module "freindship", it looks at module/, when YUM lookiing 4 it, i looks at module/user/. if this is in both dirs everything is working. Anybody solved...
- `@testing-library/react` version: 14.2.2 - Testing Framework and version: jest, 29.7 - DOM Environment: "jest-environment-jsdom": "29.7.0" ### Relevant code or config: ```js const {user} = setup(); const input = screen.getByRole('textbox');...
**Describe the solution you'd like** replace such lines: ```tsx import { useTypedController } from '@hookform/strictly-typed'; ... const TypedController = useTypedController({ control }); ... ... ``` with ```tsx import { Controller...