-
Notifications
You must be signed in to change notification settings - Fork 24
ReferenceError: Reflect is not defined #29
Comments
I think it's because we don't have this line in there:
But I'll wait for @daffl to weigh in. He might have a better idea and I can't reproduce it. |
I did not install |
It seems not. I install |
Are you using Feathers v2? It loads the polyfill automatically.I started removing the auto imports from the other plugins so that we don't have to update everything all the time. We can add it back in if it is causing problems though. |
I'm used it without feathers. |
I experiment with my new hook: feathers-validate-hook. Strangely, there are no more errors. |
I am now currently receiving this error... should I open a new issue or should we reopen this one? |
How are you using it? The Feathers main repository should load the Polyfill but if you are not including (which the error suggested) it you will have to add |
I was also getting this error, caught when I tried to authenticate in react native. I solved it by adding |
The same error after updating |
I'm getting this in a react-native app. I'm guessing the polyfill doesn't get loaded when using |
I updated the docs to include |
Just came across this problem using the latest versions of feathers on AWS Lambda (Node 4.3). Could fix it by adding
To one of my .ts files. Apparently this solves the issue. Don't forget to npm install first. |
I have strange error. When i try use any feathers errors my application is crashed.
Look at example:
I have installed a latest version of feathers-errors.
The text was updated successfully, but these errors were encountered: