ES6 imports breaking client in Expo #5485
Labels
Needs: Attention 👋
type:bug
A broken experience
TypeScript
Pull requests that update Javascript code
What are you generating using Kiota, clients or plugins?
API Client/SDK
In what context or format are you using Kiota?
Nuget tool
Client library/SDK language
TypeScript
Describe the bug
Relative Imports now include a "index.js" suffix which seems to be causing issues when bundling in React native/expo.
Possible related issue #4950
Example error message by Expo
Expected behavior
Imports should be generated as
Or provide an additional flag to override the default behaviour.
How to reproduce
Generate any typescript client with
kiota generate
Open API description file
No response
Kiota Version
1.18.0+5c6b5d0ef23865ba2f9d9f0b9fe4b944cf26b1ec
Latest Kiota version known to work for scenario above?(Not required)
1.15
Known Workarounds
Configuration
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: