RubenVerborgh / Solid-React-Components

Core React components for building your own Solid components and apps
https://rubenverborgh.github.io/Solid-React-Components/
MIT License
118 stars 21 forks source link

Multiple versions of solid-auth-client active. #7

Closed angelo-v closed 5 years ago

angelo-v commented 5 years ago

Actual: react-components and it's dependency query-ldflex use different versions of solid-auth-client. A console warning appears in the browser: multiple versions of solid-auth-client active. Expected: Only one version of solid-auth-client should be active

How to reproduce

  1. Create a react app
  2. Install @solid/react (tested version: 1.1.3)
  3. Use AuthButton in the project
  4. Start app and look into browser console

Version information

Additional info

angelo-v commented 5 years ago

Sorry, forget about it. There where just some leftovers of my own installations of solid-auth-client...