React Typescript allow to add custom data-* attributes. But is it possible to add custom attributes like \'name\' || \'test\' act. ?
there is another way... skipping the static check (typescript don't do dynamic)
{ const allowedProps = {test: "not-data-attribute"} }