Closed doudou closed 1 year ago
Got it. The issue is was in the bundle's usage of feature flags. They were initialized in setup
and the log transfer has to be setup in init
. My latest PR in bundles/wetpaint moved feature flags setup in init
too, which triggered the bug.
What is very strange is that the build for #340 should have caught this. I'm a bit lost.