AgnosticUI / agnosticui

AgnosticUI is a set of UI primitives that start their lives in clean HTML and CSS. These standards compliant components are then copied to our framework implementations in: React, Vue 3, Angular, and Svelte.
https://agnosticui.com
Apache License 2.0
723 stars 47 forks source link

Legacy React dependency #254

Open Lippiece opened 1 year ago

Lippiece commented 1 year ago
npm ERR! Found: react@18.2.0
npm ERR! node_modules/react
npm ERR!   react@"^18.2.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^17.0.2" from agnostic-react@0.1.32
npm ERR! node_modules/agnostic-react
npm ERR!   agnostic-react@"*" from the root project

Am I understanding this correctly that I can only use React 17.0.2 with the framework?

roblevintennis commented 1 year ago

Ahh sounds like you've experienced a legitimate bug/complaint! I'll have a look next spare cycle (I unfortunately have not had a great deal of time to dedicate to AgnosticUI so I can't make promises on how timely this will get addressed.) with that said thanks for bringing this to my attention!