Clément Hallet
Clément Hallet
Hi, sorry to ask about another topic : how do you import the `AccountDebited` and other effects into your code ? (from #1098)
There seems to be a related pending PR #2669
That may help ```ts /* eventsourcemock.d.ts */ /* eslint-disable @typescript-eslint/no-explicit-any */ /* eslint-disable @typescript-eslint/no-unsafe-function-type */ declare module "eventsourcemock" { type EventSourceConfigurationType = { withCredentials: boolean }; type ReadyStateType = 0...
I think the advice part about using an arrow function is about the imported function … which [is an arrow function](https://github.com/emotion-js/emotion/blob/b882bcba85132554992e4bd49e94c95939bbf810/packages/react/src/class-names.tsx#L144) already > I don't understand why ESLint would report...