When I run kea-typegen with the forms plugin, I get the below deprecation warning.
$ kea-typegen write --write-paths
🦜 Kea-TypeGen v3.3.3
🥚 TypeScript Config: /workspaces/workspace/tsconfig.json
DeprecationWarning: 'createParameterDeclaration' has been deprecated since v4.8.0. Decorators have been combined with modifiers. Callers should switch to an overload that does not accept a 'decorators' parameter.
🔥 Writing: src/myLogicType.ts
When I run
kea-typegen
with the forms plugin, I get the below deprecation warning.