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
The new hook useVaultClient was used in cozy-passwords on the import page, but it was causing the page to break. The error was the usual hook error (Hooks can only be called in functions, check that you don't have 2 react instances etc).
We need to investigate what is wrong with it.
The text was updated successfully, but these errors were encountered:
The new hook
useVaultClient
was used in cozy-passwords on the import page, but it was causing the page to break. The error was the usual hook error (Hooks can only be called in functions, check that you don't have 2 react instances etc).We need to investigate what is wrong with it.
The text was updated successfully, but these errors were encountered: