Back to Changelog
v4.5.167
Fixed a production-only blank screen on the Docker Manager page caused by a hook declaration order error.
Bug Fix
1- Resolved a temporal dead zone error in DockerPHPRuntimeManageModal that caused the Docker Manager page to render a blank screen in production minified builds. The cleanup useEffect referenced stopPolling before its useCallback declaration; the hook order has been corrected.