ui icon indicating copy to clipboard operation
ui copied to clipboard

fix: prefer using nullish coalesching operator instead of a logical or in progress comp.

Open ritmillio opened this issue 10 months ago • 3 comments

Prefer using nullish coalescing operator (??) instead of a logical or (||), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing. -> If you have strict eslint config the current setup of progress.tsx will result in build Error.

ritmillio avatar Mar 25 '24 12:03 ritmillio

@ritmillio is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Mar 25 '24 12:03 vercel[bot]

Hey @dan5py,

I apologize for missing the contribution guideline on app registry updates. I've gone ahead and fixed the app registry in this pull request. Since the change only affects the registry itself, there's no need to update the documentation this time.

In the future, I'll be sure to double-check the guidelines before submitting a PR.

ritmillio avatar Mar 25 '24 22:03 ritmillio

Any update on this ?

ritmillio avatar Apr 23 '24 15:04 ritmillio