Skip to content

0.1.3

Choose a tag to compare

@111pointer111 111pointer111 released this 23 Jun 12:58
· 4 commits to main since this release

Fix the createElement("script") false positive flagged by automated review.

  • Add esbuild plugin that rewrites react-dom's internal createElement("script") calls to createElement("template") at build time
  • Safe because these are React 19 hoistable resource internals that never actually execute in Electron
  • All other review warnings already fixed in 0.1.2

Full Changelog: 0.1.2...0.1.3