Environment
SDK version 7.0.0
React v18
Issue
The following error occurs when attempting to create an instance of ClientBuilder.
| Code |
Error |
 |
 |
Root cause
The issue stems from incorrectly importing an ES module default export using CommonJS require() syntax without the .default property accessor.
