feat: rewrite to be built on top of TanStack Store and offer persistence #112
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
|
Test
Property 'executionCount' does not exist on type 'SolidDebouncer<Setter<number>>'. Did you mean 'getExecutionCount'?
|
|
Test
Property 'executionCount' does not exist on type 'SolidDebouncer<Setter<number>>'. Did you mean 'getExecutionCount'?
|
|
Test
Property 'executionCount' does not exist on type 'SolidDebouncer<Setter<string>>'. Did you mean 'getExecutionCount'?
|
|
Test
Property 'executionCount' does not exist on type 'SolidDebouncer<Setter<number>>'. Did you mean 'getExecutionCount'?
|
|
Test
Property 'executionCount' does not exist on type 'SolidThrottler<Setter<number>>'. Did you mean 'getExecutionCount'?
|
|
Test
Property 'executionCount' does not exist on type 'SolidThrottler<Setter<number>>'. Did you mean 'getExecutionCount'?
|
|
Test
Property 'executionCount' does not exist on type 'SolidThrottler<Setter<number>>'. Did you mean 'getExecutionCount'?
|
|
Test
Property 'executionCount' does not exist on type 'SolidThrottler<Setter<string>>'. Did you mean 'getExecutionCount'?
|
|
Test
Property 'executionCount' does not exist on type 'SolidThrottler<Setter<number>>'. Did you mean 'getExecutionCount'?
|
|
tests/debouncer.test.ts > Debouncer > Pending State > should not be pending when disabled:
packages/pacer/tests/debouncer.test.ts#L418
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ tests/debouncer.test.ts:418:46
|