Jacob Craig
Jacob Craig
**Describe the bug** ng-option-highlight 0.0.7 does not install with Angular 14. Can you publish a new version that doesn't restrict Angular 14. **Error** npm ERR! Could not resolve dependency: npm...
When using spy.show() from the console, observables that run synchronously are not filtered out of the list. ``` const asyncSub = new AsyncSubject(); asyncSub.next(null); asyncSub.complete(); asyncSub.pipe(tag('nodelay.1')).subscribe(); asyncSub.pipe(tag('nodelay.2')).subscribe(); asyncSub .pipe( tag('delay.1'),...
detect throws up the warning 'Snapshotting is not enabled.' if you don't use the defaultPlugin setting. ``` import { create } from 'rxjs-spy'; import { GraphPlugin, SnapshotPlugin, StackTracePlugin, StatsPlugin, }...
### What happened? Type conflict when using Yarn. It appears to be an issue with prosemirror-view types. The issue doesn't happen with npm. Tested with Yarn 4 and Yarn 1.22,...