When using fry-fx with nextjs-effector, a warning appears that says "There is a store without sid in this scope, its value is omitted"
It seems to be caused by this store https://github.com/doasync/fry-fx/blob/master/src/create-controller.ts#L16 that does not have a sid.
Apparently you need to add serialize: ignore to fix it (as suggested in https://t.me/effector_ru/286983)
When using fry-fx with nextjs-effector, a warning appears that says "There is a store without sid in this scope, its value is omitted"
It seems to be caused by this store https://github.com/doasync/fry-fx/blob/master/src/create-controller.ts#L16 that does not have a sid.
Apparently you need to add
serialize: ignoreto fix it (as suggested in https://t.me/effector_ru/286983)