Mikhail
Mikhail
Будет ли поддержка webpack и npm?
I created repo with minimal reproduce of this bug: https://github.com/MrFranke/nextjs-effector-fabric-minimal-rep **What is the current behavior:** Plugin add different SIDs for server and client sides when working with nextjs. It's breaking...
I've got an error, when I use serialization with `createGate` and `useGate`. Looks like `createGate` don't adding `sid` for stores and that breaks serialization Link with reproduce : https://stackblitz.com/edit/nextjs-mve7rl?file=pages%2Fnested.tsx,pages%2Findex.tsx,pages%2F_app.tsx **Steps...
PoC - https://codesandbox.io/s/effector-next-duplication-initialprops-yyg3tv Steps for reproduce: 1. Open the "console" tab 2. Click on the "First" link 3. Look at console tab. You'll see 2 logs "first initial props" 4....