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
Installed version 3.6.1 which gave me this error: import { createChangeEmitter } from '@findify/change-emitter';
Solved it by downgrading to 3.5.4 but thought it was good to let you know.
To reproduce:
Create a simple next.js project, install version 3.6.1 and @findify/change-emitter 1.0.0 and create a FindifyClient. This was when I got the error.
The text was updated successfully, but these errors were encountered:
Hello,
Installed version 3.6.1 which gave me this error:
import { createChangeEmitter } from '@findify/change-emitter';
Solved it by downgrading to
3.5.4
but thought it was good to let you know.To reproduce:
Create a simple next.js project, install version 3.6.1 and @findify/change-emitter 1.0.0 and create a FindifyClient. This was when I got the error.
The text was updated successfully, but these errors were encountered: