Joseph Saw

Results 7 comments of Joseph Saw

Had the same error. Fixed it by importing the static file like so, ``` import { FlareComponent } from 'flare-react'; import animation from 'assets/animation.flr' ``` Official docs, [https://facebook.github.io/create-react-app/docs/adding-images-fonts-and-files](url)

I am also having this issue, on my emulator and the physical device. NimaFlutter is basically unusable like this

hey @yshrsmz thanks for your time in creating this, I have forked your code and tried to understand it as much as I could. I am trying to add it...

@yshrsmz Yup sorry, it works! Was actually using https://github.com/nuxt-community/feed-module I had to fork this and update the dependency to use the newly forked feed you created

I have tried the above workaround and it still doesn't seem to be working for me. Further updates on this would be much appreciated

> Ok, I found a way to make it work 👍. Sadly it would require quite a few changes in Vuetify :(. > > Basically we first would need to...

> That's a CORS issue which is relatively easy to fix. I am having issues with this error. You would think it would just work out of the box. >...