Ali Malekpour
Ali Malekpour
I just create a repo to reproduce the error. Instead of CRA I am using vite. I can confirm `[email protected]` is resolved but the way `react-element-to-jsx-string` import it, is not...
There are more node dependencies beyond version 0.54. If you upgrade client dependencies, the [repo](https://github.com/alabaki/azure-client-issue) doesn't works anymore. Since 0.55, @fluidframework/routerlicious-driver depends on node-fetch which requires `stream, http, process, buffer,...
[Fetch API has landed into Node.js](https://github.com/nodejs/node/commit/6ec225392675c92b102d3caad02ee3a157c9d1b7) since v17.5 and will be a first class citizen in Node.js 18 (LTS). Probably it makes sense to call global `fetch()` in both node...
@znewton, wasn't `node-fetch` v3 a better option?
I think `cross-fetch` is using `node-fetch` v2 for node and WhatWG-Fetch for browser.
By bundler I meant some tool to combine all source files to a single package, TypeScript still is a transformer which is not really required. If we write source code...