Closed
Description
Hi, I pass a domain to a gate, compositeName didn't use domain name.
For example:
https://share.effector.dev/JhsYOpNO
const domain = createDomain('root')
const event = domain.createEvent()
const store = restore(event, '')
const gate = createGate({ domain })
console.log(gate.state.compositeName.fullName) // state,
but expect root/gateName/state