We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I was using your code, but show up some error
SvChat repository is using TypeScript 4.1:
svchat/package.json
Line 51 in 19b1abe
Having different visibility for getter and setter is introduced in TypeScript 4.3: microsoft/TypeScript#42425
Error: node_modules/@ndn/l3face/lib/l3face.d.ts:28:9 - error TS2379: Getter and setter accessors do not agree in visibility.
28 get state(): L3Face.State; ~~~~~
Error: node_modules/@ndn/l3face/lib/l3face.d.ts:29:17 - error TS2379: Getter and setter accessors do not agree in visibility.
29 private set state(value); ~~~~~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I was using your code, but show up some error
SvChat repository is using TypeScript 4.1:
svchat/package.json
Line 51 in 19b1abe
Having different visibility for getter and setter is introduced in TypeScript 4.3:
microsoft/TypeScript#42425
Error: node_modules/@ndn/l3face/lib/l3face.d.ts:28:9 - error TS2379: Getter and setter accessors do not agree in visibility.
28 get state(): L3Face.State;
~~~~~
Error: node_modules/@ndn/l3face/lib/l3face.d.ts:29:17 - error TS2379: Getter and setter accessors do not agree in visibility.
29 private set state(value);
~~~~~
The text was updated successfully, but these errors were encountered: