ts-error-translator icon indicating copy to clipboard operation
ts-error-translator copied to clipboard

Translation request for 2354

Open Korazza opened this issue 1 year ago • 0 comments

Error Text

This syntax requires an imported helper but module 'tslib' cannot be found.

Supporting Information

Please provide other information which led to this error, and any specific questions you have about it:

I am getting this in a storybook story.

type InputArgs = React.InputHTMLAttributes<HTMLInputElement> & {
	label: boolean
}
//                                           / here
const render = ({ label, type = "text", ...args }: InputArgs) => {
// ...

Korazza avatar Nov 07 '23 11:11 Korazza