## Environment SDK version 7.0.0 React v18 ## Issue The following error occurs when attempting to create an instance of `ClientBuilder`. | Code | Error | |--------|--------| | <img width="655" height="259" alt="Image" src="https://github.com/user-attachments/assets/0caaa3f0-51f2-4668-9253-68970ad26d02" /> | <img width="917" height="339" alt="Image" src="https://github.com/user-attachments/assets/0ec43768-dfbe-401f-99d0-96591e596c8e" /> | ## Root cause The issue stems from incorrectly importing an ES module default export using CommonJS require() syntax without the .default property accessor. <img width="1362" height="366" alt="Image" src="https://github.com/user-attachments/assets/e8eae656-013a-4006-a4ee-d7f834540d10" />