pooledge
pooledge
I'm on Nuxt, adding some static data into my navigation component as follows: ``` static() { return { navListItems: this.$store.state.common.navigation } }, mounted() { console.log(this.navListItems); } ``` Still output array...
## Bug report ### Required System information - Node.js version: 16.15.0 - NPM version: 8.10.0 - Strapi version: 4.5.0 - Database: MySQL 5.7.40-1.el7 - Operating system: macOS ### Describe the...
I'd like to use Svelte component testing feature in order to sort of unit test some ts libraries used across my SvelteKit application. This way I could use Playwright for...
### Link to reproduction _No response_ ### Describe the Bug As soon as a media is attached within a nested lexical, only ID thereof is retrieved, despite setting `depth` query...