Anthony Lenglet
Anthony Lenglet
an additional test for this component, not directly linked to the subscription issue but does seem to hint towards the Router mock possibly being the cause of the issue ```ts...
tried getting a stackblitz up, but I can't get it to work fully, I think part of it is caused by spectator being on version 8.0.4, and version 8.1.0 cannot...
Here's a repo for the issue instead, every test is configured, just need to install and run `npm test` ! https://github.com/AnthonyLenglet/spectator-testing
FYI the plugin is actually updated to NS7, and is available under the name `@nativescript/appsync`, though nowhere to be seen on github, only on npm https://www.npmjs.com/package/@nativescript/appsync it was mentioned in...
We're seeing this issue on our end big times: ``` NativeScript encountered a fatal error: NSErrorWrapper: Le dossier « app » n’existe pas. at copyEntriesInFolderDestFolderError(file:///app/vendor.js:1:1930458) ``` It fairly present but its not...
ok we fixed it on our end, it was caused by our last deployment being for version 3.3.3 only but being deployed as 3.3, so the people on version 3.3.4...
> I can imagine snapshots are a no-go, but I wonder why `--env.aot` would not work. It's simply different content being written in the "app" folder mentioned [here](https://github.com/NativeScript/nativescript-app-sync#what-can-and-will-be-appsynced), right? in...
So far the only solution that we found on our end is by setting it directly on the element with a style set to !important ``
We're having the same issue here, and it looks like we have to use this plugin to do tabs now, since the core component no longer works, which has us...
Looking into the android version, I just get a blank screen when I use the component tried looking into it but I can't figure out where it actually starts, console...