keajs / kea-forms

MIT License
3 stars 3 forks source link

Deprecation Warning Running TypeGen #6

Closed Tbhesswebber closed 11 months ago

Tbhesswebber commented 11 months ago

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
mariusandra commented 11 months ago

Hey, I just published kea-forms v3.1.0 that fixes this.