# React Hot Toast v2.3.0-beta.1 - Product: React Hot Toast (https://whatsnew.fyi/product/react-hot-toast) - Vendor: Timo Lins - Date: 2022-07-09 - Version: v2.3.0-beta.1 - Original notes: https://github.com/timolins/react-hot-toast/releases/tag/v2.3.0-beta.1 - Permalink: https://whatsnew.fyi/product/react-hot-toast/releases/v2.3.0-beta.1 - Labels: Pre-release What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — Use .mjs extension for ESM module - **changed** — Update package.json main field - **changed** — Update entry file in tsup config - **changed** — Rename index.tsx to index.ts - **removed** — Remove prepare script ###### Update package setup to be ESM compliant - Use `.mjs` extension for ESM module - Update package.json according to #204 ae4a1eb - Use `main` in package.json de10f5c - Update entry file in tsup config e63de48 ###### Clean Up - Add automatic tsconfig update from Next.js 8c149db - Rename `index.tsx` to `index.ts` 0749440 - Remove prepare script 3b9ef79 https://github.com/timolins/react-hot-toast/compare/v2.3.0-beta...v2.3.0-beta.1