Igor Randjelovic

Results 388 comments of Igor Randjelovic

See https://github.com/shirakaba/react-nativescript/issues/65 for details and a workaround.

re: * ``: cannot work if it has to re-render a `` (this can happen even if you edit a child component, if Vue diffs the changes and determines that...

@PolCPP yes, it mostly works - but previous caveats are still present. These need major changes all across the board, and are being worked on as part of the upcoming...

@vallemar read the upgrade guide: https://nativescript.org/blog/nativescript-7-1-hmr-reenabled-and-xcode-12-3-support/ You are still on `"@nativescript/webpack": "^3.0.8",`

@PolCPP sorry I missed this - I'm not sure. I remember that happening, but I don't think it was intentionally working that way - a side effect of something is...

Do you have an example where you get this TypeError?

So the general TypeError of `TypeError: Cannot read property 'xxxxx' of undefined` is not something we can really hook into/change, but having better traces that point to the actual line...

I've played around with it, and if an error is in a Vue context ($nextTick for example) - it gets handled by the error handler properly - however when the...

@rfink @adeyemiadetayoccl Would you be able to share a project that has issues? Everything seems to be working fine in our apps!

@kabaluyot cloned the repo - updated the dependencies as it was still using nativescript 6.4. Your tsconfig must set `"noEmitHelpers": true,` because NativeScript implements it's own `__decorate` and `__extends` functions...