this.context
очень сложно, да?If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType. Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context!: React.ContextType<typeof MyContext> // For TS 3.7 and above: declare context: React.ContextType<typeof MyContext> @see — https ://reactjs.org/docs/context.html
declare context: React.ContextType<typeof ThemeContext>
То есть тип я указал как : @Field(() => Number)
Где я ошибся?
Сейчас же в основном оптика везде.