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
Hi there, I am using the flags implementation into a next.js project with TS, when creating the getFlags function I get the following error:
Exported variable 'getFlags' has or is using name 'FactoryGetFlagsOptions' from external module "/home/unoscar/workspace/src/github.com/bd-dashboard/main-platform/node_modules/@happykit/flags/dist/server" but cannot be named.ts(4023)
I believe this can get fixed by just exporting the FactoryGetFlagsOptions interface.
I'll be creating a fork with the fix and a PR, but in case it help to have the issue recorded here.
Cheers
The text was updated successfully, but these errors were encountered:
Hi there, I am using the flags implementation into a next.js project with TS, when creating the getFlags function I get the following error:
I believe this can get fixed by just exporting the
FactoryGetFlagsOptions
interface.I'll be creating a fork with the fix and a PR, but in case it help to have the issue recorded here.
Cheers
The text was updated successfully, but these errors were encountered: