Emil Löfquist
Emil Löfquist
A workaround is to use `call` and pass the reference as an argument, like such ```js return this.belongsTo.call(this, 'friend').value().id // Or return this.belongsTo.call(this, 'friend').id() ```
Any updates on this? I'm trying to upgrade to RN 0.56 but get the same error message when building. I've also added the module prefix in .babelrc but with no...
I had to link the library manually in Xcode and after that it worked. Using react-native 0.59.9.
Ps, low gif quality = borders missing etc.
This problem appeared for me as well a couple of days ago after I updated my plugins, coc and plug. I've tried to disable all unnecessary vim plugins and replaced...
Thank you for the reply. Worth noting is that error is only thrown on extended classes. Thinking it could be related to the imported package of course, but it is...
Update: I uninstalled coc-tsserver and configured `typescript-language-server` manually and it works without problems 🤷
Ok, I give up now since I got it working without the tsserver throwing errors. If anyone else is stuck in the same situation you can solve it by uninstalling...
@chemzqm, was too stubborn to give up and found what's causing the error to be thrown. After digging through the source code of a library that I use I noticed...
You are right, @chemzqm. The dependency library I use was built using TypeScript 4.6.3. I forked and bumped the version to 4.7.3 and the problem disappeared. Sorry @otavioschwanck for hijacking...