Bernardo Oliveira
Bernardo Oliveira
> Thank you @Tragio I was looking for this and found this issue by stumbling upon your codesandbox instance while google search I think just by adding something like below...
@surmon-china is there anything that we can do? We love this library would be nice that you at least could make it compatible with v6 or even maybe have someone...
> While I agree with all the performance improvements, my question would be how it could be implemented? All of the improvements mentioned REQUIRE external tools (nothing that would be...
@cjpatoilo thank you for your amazing work! When do you think you can review this and merge it? 😄
@bartdominiak thank you for your amazing work. I would love to have this feature to start using it 😄
After digging a little bit more, I found that is related to these issues https://github.com/FortAwesome/Font-Awesome/issues/18514 and https://github.com/FortAwesome/Font-Awesome/issues/16439 If I change all packages from `.es.js` to `.mjs`, they work perfectly. If...
@benjamincanac not sure if I'm doing something wrong 🤔 I'm using Nuxt Bridge with `"@nuxtjs/strapi": "npm:@nuxtjs/strapi-edge@latest"` ```html export default { setup() { const { find } = useStrapi4() console.log(find) },...
> > Hi @Tragio > > Did you install the package as a dev dependency? `yarn add -D @nuxtjs/strapi` > > Btw: You don't need to use the edge channel...
> @Tragio this example uses Nuxt3 & v1.2.0 of the strapi module: > > #### **`pages/index.vue`** > ``` > > Strapi Test > > > > export default { >...
@benjamincanac for my issue, is there any idea why its not working for the Options API?