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

fix(lib): changed rxjs map import from rxjs to rxjs/operators #206

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

izagorac01
Copy link

What is this PR about

image

While trying to serve my app I am getting an error ( see picture above ). After a close look at the libs source code I have noticed that there is a wrong import. Map operator should be imported from the rxjs/operators instead of rxjs.

PR Checklist

Please check if your PR fulfils the following requirements:

  • Tests for the changes have been added (for bug fixes/features)
    Changing 1 line of import doesnt require new tests to be introduced.
  • Docs have been added/updated (for bug fixes/features)
    No new features have been added
  • The commit message follows the guidelines

Copy link

vercel bot commented Sep 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
xng-breadcrumb ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 24, 2024 10:05am

Copy link

nx-cloud bot commented Sep 24, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit d10054a. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@izagorac01 izagorac01 changed the title Import rxjs map fix fix(lib): changed rxjs map import from rxjs to rxjs/operators Sep 24, 2024
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.

1 participant