pluggable web widget Pt 2 property error

0
Hello,   I started with following the build a pluggable web widget. now I have an error: - TS2339: Property 'id' does not exist on type 'Readonly<TextBoxContainerProps> & Readonly<{ children?: ReactNode; }>'. Does somebody know what is wrong? where I can put this ID?   Kind regards, Steven
asked
2 answers
1

Hi Steven,

Are you on the latest version of the widget generator?

This is a known issue

https://github.com/mendix/pluggable-widgets-typing-generator/issues/36

Repo has now moved to https://github.com/mendix/widgets-resources/tree/chore/include-piw-generator

Please dont use the props.id anywhere till this is fixed.

Cheers, 

Andries

answered
0

ID could be reserved. Did you try to name the property differently? Or are you intending to use some entity ID?

answered