Mathias Maciossek
Mathias Maciossek
So I updated to the latest packages and tried it out today. The issue remains while your workaround works well: ```js import { Globals } from "@react-spring/shared"; Globals.assign({ frameLoop: "always",...
Hm, even if I import the stuff from the core package, the issue remains: https://codesandbox.io/s/multi-file-11oph Maybe is is some sort of issue with webpack or lazy loading?
@marceloavf no, sorry. I haven't checked for a solution tbh. A quick search led me to [console-suppress](https://www.npmjs.com/package/console-suppress). As this is just a single view in my app I don't mind...
our unit tests run through a locally running DB and rabbitMQ. Not sure if this is of any help to you, but also in Github we spin up a rabbitMQ...