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
Wendell edited this page Jul 18, 2019
·
6 revisions
Welcome
Welcome to join in the development of ng-zorro-antd.
If you are new to this project, we strongly recommend you to read How to Contribute section on our official website. And you can find the Chinese version here.
FAQ
TypeScript symlink bug
This bug may produce log like this:
error TS2742: The inferred type of 'variableName' cannot be named without a reference to '..module/path'. This is likely not portable. A type annotation is necessary.
If you use Windows, you may encounter this bug. Please read this comment for a solution. If you are curious about the underlying reason you can check this issue of TypeScript.