🎫 Description
Server modules do have several circular dependencies right now. This makes the usage of forwardRef() mandatory which it should not be. Maybe the modules can be rearranged or replanned to remove as many circular dependencies as possible.
🎫 Description
Server modules do have several circular dependencies right now. This makes the usage of
forwardRef()mandatory which it should not be. Maybe the modules can be rearranged or replanned to remove as many circular dependencies as possible.