ForestAdmin / forestadmin-experimental

3 stars 0 forks source link

feat(define-enum): create a plugin for creating enum fields over an existing field #83

Closed Thenkei closed 2 months ago

Aralun commented 2 months ago

Hey there, kll from the community here =)

I'm getting a TS2322 error on the dependencies: image

And possibly related, a TS2536 on the index access: image

I'm also not getting any typing on the field in the options on the call site. Probably related to the above though.

Thenkei commented 2 months ago

@Aralun what version of @forestadmin/datasource-customizer and @forestadmin/datasource-toolkit are you using ?

Aralun commented 2 months ago

Those are imported from @forestadmin/agent 1.40.1, should I add them separately?

Aralun commented 2 months ago

Ah, according to my yarn.lock: "@forestadmin/datasource-customizer" "1.44.3" "@forestadmin/datasource-toolkit" "1.33.0"