-
Running tests on
Another warning from the same test batch, but now the prop type is
Removing the heading component Heading from the render clears this issue. Any idea what is going on here? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi @neztEx, Can you share the full test code by any chance? |
Beta Was this translation helpful? Give feedback.
-
Not a new test, but the example below is and it throws the same errors. No dependencies since its all Paste related. Version:
Here is the stripped-down version of the component:
Tests:
|
Beta Was this translation helpful? Give feedback.
-
OK, well, we're going to be removing all the prop types in the not too distant future. Then these will just go away, whether it's an authoring or implementation issue. Typescript is the source of truth. Given it's just a warning, I think it's safe to ignore until we rip out all the prop types. |
Beta Was this translation helpful? Give feedback.
OK, well, we're going to be removing all the prop types in the not too distant future. Then these will just go away, whether it's an authoring or implementation issue. Typescript is the source of truth.
Given it's just a warning, I think it's safe to ignore until we rip out all the prop types.