This repository was archived by the owner on Oct 6, 2020. It is now read-only.
This repository was archived by the owner on Oct 6, 2020. It is now read-only.
Package is not compatible with latest rxjs ^6.0.0 #320
Open
Description
Bug, feature request, or proposal:
- Bug.
What is the expected behavior?
- Correct dependency information available, that shows the user that md2 is currently using rxjs ^5.0.0 versions import pathes wich where changed in ^6.0.0.
What is the current behavior?
- Compilation process will ask for the rxjs-compat package wich is a compatibility layer that can just be importet and will fix all breaking changes from rxjs ^5 to ^6 so that later one can focus on porting the project 'really' from ^5 to ^6.
What are the steps to reproduce?
- Trying to compile a project with md2 in the webpack config.
What is the use-case or motivation for changing an existing behavior?
- Make md2 work again. (Simply import the rxjs-compat package for now.)
Which versions of Angular, MD2, OS, browsers are affected?
- Angular 6
Is there anything else we should know?
ERROR in ./~/rxjs/Subject.js
Module not found : error : Can't resolve 'rxjs-compat/Subject' in 'X:\Y\z\src\h\XH\node_modules\rxjs'
@ ./~/rxjs/Subject.js 6:9-39
@ ./~/md2/tooltip/tooltip.js
@ ./~/md2/tooltip/index.js
@ ./~/md2/index.js
@ dll vendor
- Typical error message
Metadata
Metadata
Assignees
Labels
No labels