### Version ```sh System: OS: Windows 11 10.0.26220 CPU: (16) x64 AMD Ryzen 9 7940HS w/ Radeon 780M Graphics Memory: 33.99 GB / 63.23 GB Browsers: Chrome: 145.0.7632.117 Edge: Chromium (142.0.3595.53) Internet Explorer: 11.0.26100.7934 npmPackages: @rsdoctor/rspack-plugin: ^1.5.0 => 1.5.3 ``` ### Details TypeError: Cannot destructure property 'size' of 'en.find(...)' as it is undefined. at fileTitle (http://localhost:5588/resource/js/index.2c346ce0.js:91:10012) at title (http://localhost:5588/resource/js/index.2c346ce0.js:91:31691) at e.renderSelector (http://localhost:5588/resource/js/rc-1.eb2754d2.js:1:93838) at n.value (http://localhost:5588/resource/js/rc-1.eb2754d2.js:1:96744) at iv (http://localhost:5588/resource/js/react.419e5c4a.js:1:75807) at ib (http://localhost:5588/resource/js/react.419e5c4a.js:1:75605) at s (http://localhost:5588/resource/js/react.419e5c4a.js:1:120323) at lT (http://localhost:5588/resource/js/react.419e5c4a.js:1:99021) at lA (http://localhost:5588/resource/js/react.419e5c4a.js:1:98891) at lC (http://localhost:5588/resource/js/react.419e5c4a.js:1:95662) <img width="1876" height="673" alt="Image" src="https://github.com/user-attachments/assets/55f7548a-e39f-4b3e-aa30-d30922977d82" /> ### Reproduce link https://github.com/extenzo-build/extenzo/tree/main/examples/exo-with-react ### Reproduce Steps 1. get repo: https://github.com/extenzo-build/extenzo 2. pnpm install 3. pnpm run packages:build 4. cd examples/exo-with-react 5. pnpm run build
Version
System: OS: Windows 11 10.0.26220 CPU: (16) x64 AMD Ryzen 9 7940HS w/ Radeon 780M Graphics Memory: 33.99 GB / 63.23 GB Browsers: Chrome: 145.0.7632.117 Edge: Chromium (142.0.3595.53) Internet Explorer: 11.0.26100.7934 npmPackages: @rsdoctor/rspack-plugin: ^1.5.0 => 1.5.3Details
TypeError: Cannot destructure property 'size' of 'en.find(...)' as it is undefined.
at fileTitle (http://localhost:5588/resource/js/index.2c346ce0.js:91:10012)
at title (http://localhost:5588/resource/js/index.2c346ce0.js:91:31691)
at e.renderSelector (http://localhost:5588/resource/js/rc-1.eb2754d2.js:1:93838)
at n.value (http://localhost:5588/resource/js/rc-1.eb2754d2.js:1:96744)
at iv (http://localhost:5588/resource/js/react.419e5c4a.js:1:75807)
at ib (http://localhost:5588/resource/js/react.419e5c4a.js:1:75605)
at s (http://localhost:5588/resource/js/react.419e5c4a.js:1:120323)
at lT (http://localhost:5588/resource/js/react.419e5c4a.js:1:99021)
at lA (http://localhost:5588/resource/js/react.419e5c4a.js:1:98891)
at lC (http://localhost:5588/resource/js/react.419e5c4a.js:1:95662)
Reproduce link
https://github.com/extenzo-build/extenzo/tree/main/examples/exo-with-react
Reproduce Steps