Got the code from react-daisyUi.
return <Button {...args} />
When apply this code inside VS , then I got error for {...arg}.
How to use (...arg) in react daisyUi ?
Got the code from react-daisyUi.
return <Button {...args} />
When apply this code inside VS , then I got error for {...arg}.
How to use (...arg) in react daisyUi ?