When using the library for Expo web, I get the following error: ``` Metro error: Cannot access 'getDomain' before initialization ``` It looks the the build has the exports defined above each function. <img width="479" alt="Image" src="https://github.com/user-attachments/assets/b548eb3d-d2c4-4e7c-91d2-0cde2b9622e2" /> Simply moving the export to the end fixes it (if you follow change about 6 files with the same issue). <img width="508" alt="Image" src="https://github.com/user-attachments/assets/b99e5168-bfd9-4f10-9de4-7c3972d6a441" /> Any chance the build & package can be changed to fix this?