aem-react-editable-components icon indicating copy to clipboard operation
aem-react-editable-components copied to clipboard

PageProps componentMapping property is required in type, however it is treated as optional inside the component

Open RomanKontsevoi opened this issue 1 year ago • 0 comments
trafficstars

Describe the bug PageProps componentMapping property is required in type, however it is treated as optional inside the component. It causes TS errors working with the Page component (error TS2741: Property 'componentMapping' is missing in type)

Package version "2.1.1"

To Reproduce Steps to reproduce the behavior:

  1. Try to use Page component without componentMapping property and
  2. check it with tsc, for example
  3. See error: Property 'componentMapping' is missing in type

Expected behavior No error

Screenshots image

Additional context Components are mapped with MapTo function, that's why componentMapping property is not used

RomanKontsevoi avatar Dec 28 '23 14:12 RomanKontsevoi