ui
ui copied to clipboard
fix: prefer using nullish coalesching operator instead of a logical or in progress comp.
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 is attempting to deploy a commit to the shadcn-pro Team on Vercel.
A member of the Team first needs to authorize it.
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.
Any update on this ?