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
When importing Credentials ( import { Credentials } from '@nearform/playwright-firebase' ) I get the following error as the package doesn't seem to export it:
Module '"@nearform/playwright-firebase/dist"' has no exported member 'Credentials'. Did you mean to use 'import Credentials from "@nearform/playwright-firebase/dist"' instead?
Using the latest 1.2.0 version from NPM.
The text was updated successfully, but these errors were encountered:
When importing Credentials (
import { Credentials } from '@nearform/playwright-firebase'
) I get the following error as the package doesn't seem to export it:Using the latest 1.2.0 version from NPM.
The text was updated successfully, but these errors were encountered: