Iaroslav Gryshaiev
Iaroslav Gryshaiev
Fixes reduxjs/redux-toolkit#2379
Steps to reproduce: 1) declare an API with a `baseUrl` 2) add an endpoint that should query root `baseUrl` with params 3) call the endpoint Expected url: `/api/foo?bar=baz` Actual url:...
We are currently using the `any` type in several places within our codebase, which is recognized as a suboptimal practice for maintaining type safety. Our existing ESLint configuration flags this...
The project is currently using an older version of TypeScript. Upgrading to TypeScript version 5 will bring several benefits like: 1. **Latest Features**: TypeScript 5 comes with new features that...
Currently project utilises nodejs `console.log` for logging with doesn't provide a desired observability or debugging experience. Some of the issues: 1) noisy tests outputs 2) no way to filter or...
When using `defaultValues` cached values aren't restored and `defaultValues` are getting persisted right away. One way to address this is to use same property in `useFormPersist` which would handle initial...
This issue is a result of [this one](https://github.com/akash-network/akashjs/issues/96). As it appeared some examples are outdated. We need to verify all of them are valid and functional. Let's also add integration...