-
### Describe the feature / bug 📝:
I'm currently using sonner like the following
```tsx
toast.promise(apiPromiseCall, {
loading: 'Loading...',
success: (data) => {
return `${data.name}…
-
Pretty much the question above, there's a very similar SO issue with no known solution
'm creating my `mocks.ts` file with the current plugin config
```ts
{
plugins: [
{
add: { con…
-
### Have you already checked if a similar item is present on manager-components?
- [X] Yes, I have already checked the existing components/hooks/utils.
### What do you expect from this request?
…
-
TL:DR - `Purchases.setMockWebResults({ shouldMockWebResults: true })` - is not working.
Since RevenueCat only works on a real device or an emulator - it is a real pain in the ass to test functi…
-
### Goals
* Replace the hardcoded data in the ResearchBudgetVsSpending component with real data from the API
* Ensure the component accurately reflects the current fiscal year's budget and spending …
-
## Todo:
- Try to identify missing tests in the queries and add at least 10 new tests that cover typical DB queries that are not present in the current tests.
- If you miss some data in the databa…
-
**问题简述**
应用后拦截了所有接口请求且获取不到数据,返回:
[ReferenceError: Property 'location' doesn't exist]或者[ReferenceError: Property 'location' doesn't exist]
**复现步骤**
1、这是我的mock,js
const Mock = require('better-moc…
he-yf updated
2 years ago
-
Hi!
I'm very surprised this barrel files problem is being fixed only now, but rather later than never... However, I encounter multiple issues. Seeing you're active on the issues here and fix the bugs…
-
Do you think to receive raw data via bluetooth LE and mock location. I think you can marry your project with https://github.com/kai-morich/SimpleBluetoothLeTerminal
-
I've been trying to use this without success in typescript with nodenext. I installed typings from @types/ioredis-mock
```ts
import { redisMock } from "ioredis-mock";
const mockSender = new Redis…