Sol Lee
Sol Lee
You may add `autoplay` or `autoplay={true}` property to achieve what you want
The `autoplay` prop already exists!
Let me know if I can help too!
I found a place to get inspiration from: https://www.framer.com/gallery/styles/dark we could make improvements little by little!
I think the "modern" way to do is to conditionally assign the event handler directly within the `onClick`, like for example: ```ts setCount(currentCount => currentCount + 1) : undefined} >...
hi, may I contribute to this issue? @gwansikk @manudeli
@gwansikk Thank you for reminder, I'll wait 😄
Thanks! @gwansikk
Hello @bang9 , `corepack enable` works too, so we have at least two possible solutions! 3 observations to note: - `"private": true` in package.json works right away, without need to...
The `no-throw-literal` rule has been renamed to `only-throw-error` (https://github.com/typescript-eslint/typescript-eslint/pull/8701). So for https://github.com/toss/suspensive/pull/1240#issuecomment-2322917332, I think instead of https://github.com/toss/suspensive/pull/1240/commits/488d9f7e4d422b7747f6c02a557167e1fe055bb3, it's better to use `only-throw-error`: ``` '@typescript-eslint/only-throw-error': 'warn', ```