ReferenceError: Rx is not defined

We correct the error ReferenceError: Rx is not defined.

Instead of remote import:

import rx from “https://unpkg.com/rxjs/bundles/rxjs.umd.min.js”;

Download the script to your vendor directory and change the path to:

import rx from “../vendor/rxjs.umd.min.js”;

Hey. You are on my site. I am a developer. Here I share my best practices and knowledge. Ask in the comments if you don’t understand something or write if you have something to add.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *