Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

only emit when things change #2428

Merged
merged 5 commits into from
Sep 29, 2023
Merged

only emit when things change #2428

merged 5 commits into from
Sep 29, 2023

Conversation

MattDHill
Copy link
Member

No description provided.

dr-bonez
dr-bonez previously approved these changes Sep 29, 2023
@@ -18,12 +15,12 @@ export class PackageInfoPipe implements PipeTransform {
private readonly depErrorService: DepErrorService,
) {}

transform(pkg: PackageDataEntry): Observable<PkgInfo> {
transform(pkgId: string): Observable<PkgInfo> {
firstValueFrom(this.patch.watch$('package-data', pkgId)).then(console.error)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks like debug info. remove?

Blu-J
Blu-J previously approved these changes Sep 29, 2023
@MattDHill MattDHill dismissed stale reviews from Blu-J and dr-bonez via 3fff1f6 September 29, 2023 20:27
@MattDHill MattDHill merged commit 1e6f583 into master Sep 29, 2023
5 checks passed
@dr-bonez dr-bonez deleted the fix/excess-rendering branch November 9, 2023 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants