You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use aliased Server module to resolve Credo warnings
- Replace Phoenix.ReactServer.Server.config() with Server.config()
- Leverages existing alias declaration at module top
- Resolves Credo 'nested modules could be aliased' warnings
- All 3 render functions now use aliased module name
0 commit comments