Skip to content

Hardcode RxJS dependency

Latest
Compare
Choose a tag to compare
@paulpdaniels paulpdaniels released this 03 Jun 10:49

The unpkg url that was used in all of the example files was being dynamically resolved to the latest RxJS version (6..) which was causing breakage since the exports were changed. Pin the dependency to 5.5.11 to fix the examples.