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
TypeScript error in /Users/tec2/web/node_modules/@mattrglobal/bbs-signatures/lib/types/index.ts(14,10):
Cannot re-export a type when the '--isolatedModules' flag is provided. TS1205
12 | */
13 |
> 14 | export { BbsBlindSignContext } from "./BbsBlindSignContext";
| ^
15 | export { BbsBlindSignContextRequest } from "./BbsBlindSignContextRequest";
16 | export { BbsBlindSignRequest } from "./BbsBlindSignRequest";
17 | export { BbsCreateProofRequest } from "./BbsCreateProofRequest";
Any ideas how to avoid this error?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
I tried to use it in react but i get this error:
Any ideas how to avoid this error?
Thank you in advance!
The text was updated successfully, but these errors were encountered: