Why do we need to upgrade typescript version in a SPFX solution?
As part of SPFX development we try to install 3rd
party libraries, there is a possibility that we might face type errors. For
example, if we try to install ANTD package as
part of your solution and use one of its components and try to build the
solution. You might be seeing the type errors (TS1005,TS1109) as shown below.
Comments
Post a Comment