Cannot access "stream.Stream" in client code
when using ketting w/ ViteJS
#470
Labels
Cannot access "stream.Stream" in client code
when using ketting w/ ViteJS
#470
I recently converted one of our web apps from Create React App to Vite. Now in the process of replacing some legacy code w/ ketting. Ketting worked fine in another CRA app of ours, but when attempting to use the latest (8.0.0-alpha.2) w/ Vite, I get the following on startup:
Per Vite:
I was able to simply
yarn add stream
and get around this. I don't fully understand the issue or Vite's suggestion, but I thought I'd raise this nonetheless.The text was updated successfully, but these errors were encountered: