Feature description
Description:
Installing emblor@1.4.8 fails under React 19 because peerDependencies restrict react to ^18.0.0.
Environment:
Package: emblor 1.4.8
React: 19.1.1
Node: 22.12.0
npm: 11.4.1
OS: Linux (kernel 6.12.13)
Project name: trellion-frontend
Command: npm install emblor --verbose
Expected behavior:
emblor installs cleanly in a React 19 project if compatible (appears purely UI/tag input; likely works).
Steps to reproduce:
Initialize project with React 19 (e.g. create-react-app / Next.js canary using React 19).
Run npm install emblor.
Observe ERESOLVE peer conflict.
Additional Context
Additional details here...
Before submitting