createContext实例化,typesript error:找不到命名空间“AppContext”。ts(2503)
Cannot find namespace 'ctx' error when creating Context with react - typescript
修改文件拓展名ts为tsx
Your file extension is most likely .ts
instead of .tsx
.
Therefore TypeScript is interpreting <ctx.Provider
as cast and tries to find a type Provider
in the namespace ctx
.