angular2-cookie icon indicating copy to clipboard operation
angular2-cookie copied to clipboard

Needs an upgrade

Open jrgleason opened this issue 9 years ago • 2 comments

I am using "@angular/core": "^2.1.2", and I get.......

core.umd.js?e2a5:334Uncaught TypeError: Reflect.getMetadata is not a function(…)ParamDecorator @ core.umd.js?e2a5:334(anonymous function) @ base-cookie-options.js?d615:23__decorate @ base-cookie-options.js?d615:16(anonymous function) @ base-cookie-options.js?d615:60(anonymous function) @ base-cookie-options.js?d615:67__webpack_require__ @ bootstrap 12ee094…?36af**:19(anonymous function) @ services.js:8__webpack_require__ @ bootstrap 12ee094…?36af**:19(anonymous function) @ core.js:11__webpack_require__ @ bootstrap 12ee094…?36af**:19(anonymous function) @ deps.ts:8__webpack_require__ @ bootstrap 12ee094…?36af**:19(anonymous function) @ bootstrap 12ee094…?36af**:39(anonymous function) @ bootstrap 12ee094…?36af**:39

The weird thing is it doesn't seem to cause any issues just seems to be annoying. I tried updating my polyfills to...

import "core-js/es6";
import "reflect-metadata";
import "core-js/es7/reflect";

But it didn't change anything

jrgleason avatar Nov 09 '16 20:11 jrgleason

Sorry I also looked at other branches and didn't see anything from this arena so I didn't think it was getting worked on

jrgleason avatar Nov 09 '16 20:11 jrgleason

This is actually caused by what I described in #31

waterfoul avatar Nov 28 '16 18:11 waterfoul