Really this just removes references to polyfill.io from documentation
Unclaimed project
Are you a maintainer of inert? Claim this project to take control of your public changelog and roadmap.
Changelog
Polyfill for the inert attribute and property.
Last updated about 2 years ago
Complete Claude Code configuration collection - agents, skills, hooks, commands, rules, MCPs. Battle-tested configs from an Anthropic hackathon winner.
The library for web and native user interfaces.
The React Framework
Coding articles to level up your development skills
Really this just removes references to polyfill.io from documentation
Adds a non-transpiled version of the library to the module field in `package.json.
See v2.2.1 notes.
In v2.2.0 we accidentally added a non-transpiled version of the polyfill to the module field in package.json. Bundlers like webpack will prefer this version over the main version so this broke users of webpack who were relying on that behavior (issue).
v2.2.1 fixes this by pointing the module field at a transpiled version. We still plan to relea...