fix: clear message goes to all bus instances + refactor: to optimize bus sync #198
Annotations
3 errors and 2 warnings
typecheck
Argument of type 'CacheStack | undefined' is not assignable to parameter of type 'CacheStack'.
|
typecheck
Process completed with exit code 2.
|
tests
Process completed with exit code 1.
|
lint:
packages/bentocache/src/cache/cache.ts#L45
Replace `defaultValue·??·undefined` with `(defaultValue·??·undefined)`
|
|