You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be able to use the framework agnostic API without react. I think we could potentially change the react peer to be optional but that change shouldn't be required for you to use it that way if you are ok with ignoring the peer warning in the meantime.
I see that the plugin is primarily focused on React, (and forcing it via peers) -- but there is some vanilla JS code within.
Could that code be extracted? or maybe better, could "The plugin" be vanilla JS only, and the react bits be extracted to a
plugin-react
project?For example, if I'm using Angular, Vue, or Svelte, I don't really want to have to adopt another stack 😅
thanks!
(If ya'll only want to support React, and not frameworkless environments, that's perfectly within ya'lls prerogative, too ❤️ )
The text was updated successfully, but these errors were encountered: