pwa-builder / PWABuilder

The simplest way to create progressive web apps across platforms and devices. Start here. This repo is home to several projects in the PWABuilder family of tools.
https://docs.pwabuilder.com
Other
2.72k stars 280 forks source link

[BUG] Move the code-editor component away from using Lodash #4653

Open jgw96 opened 7 months ago

jgw96 commented 7 months ago

What happened?

Lodash-es has not been updated in years and is currently breaking our typescript compiles because of a mismatch for the weakmap type. I fixed this issue in https://github.com/pwa-builder/PWABuilder/issues/4652, but I need to fix the underlying issue, which is Lodash-es.

Because of this, we need to move the code-editor component to not use Lodash-es (or Lodash at all)

How do we reproduce the behavior?

Same as in https://github.com/pwa-builder/PWABuilder/issues/4652.

What do you expect to happen?

No response

What environment were you using?

OS: Windows 11

Additional context

No response