Jesus Padron

Results 6 comments of Jesus Padron

Found a solution for mocking $axios if you are using composition-api! I'm using `testing-library/vue` but this can work with `@vue/test-utils` as well. ```javascript import axios from 'axios' render(Component, { mocks:...

I'm facing the same issue! any updates on this @danielroe ?

> What you could possibly do is use `InstancedMesh` in the custom `nodeThreeObject` method. That would theoretically give you the optimization you're looking for, but I haven't actually tried. Hi...

> This is expected behavior for runtime-config assignment. We try to automatically deserialize JSON-compatible environment variable values such as numbers and booleans or order to reduce runtime type issues with...

Thanks, @pi0! That workaround works perfectly. Really appreciate the fast response

Hey @tannerlinsley @phryneas! we appreciate this suggestion and we think that we definitely should implement a solution for it - Before that we want to hear your feedback about the...