pamelafox / ndjson-readablestream

A small JS package for reading a ReadableStream of NDJSON
MIT License
9 stars 4 forks source link

While trying to import it in a React application, it's throwing module doesn't export anything. #6

Closed yashika18 closed 10 months ago

pamelafox commented 11 months ago

Do you have an example? We import into a React app successfully here: https://github.com/Azure-Samples/azure-search-openai-demo/blob/294bc3aa74d04fc24b1ec6459052c2cae2a017af/app/frontend/src/pages/chat/Chat.tsx#L4

With this package.json:

https://github.com/Azure-Samples/azure-search-openai-demo/blob/294bc3aa74d04fc24b1ec6459052c2cae2a017af/app/frontend/package.json

pamelafox commented 10 months ago

Closing due to no response/example.