We can't until React 18 adds the export field, but once it does, we should ship native ESM by adding this to the `package.json`: ```json "type": "module", "exports": "./dist/index.modern.js", ````
We can't until React 18 adds the export field, but once it does, we should ship native ESM by adding this to the
package.json: