However, there is name defined in User, this will pass to Avatar causing to show the initial instead of icon. Need to double check why we pass name to Avatar instead of not taking from avatarProps. Your Example Website or App No response Steps to Reproduce the Bug or Issue <User ...
The single outdated version in docs package is not critical as it's documentation-only. 🏁 Scripts executed The following scripts were executed for the analysis: Script: #!/bin/bash # Description: Check version consistency across packages and find release notes # Check for version consistency ...
while gutter widths that form the space between content are fixed values in the range between 0 and 10px. Margin widths that separate the content from the left and right screen borders are also defined as fixed values. Gutter and margin widths can be either equal or not. Grid system...
AutoGenerateColumnsIsNotAllowed field AutomaticChangeForFarmAccountRequiresAdminService field AutomaticEmailSettingsUnavailable field AutoProvisioningDisabled field AzureAccessControlApplicationIdentifierNotExists field AzureAccessControlCannotCreateApplicationIdentifier field AzureAccessControlDelegationCreationRequiresConsent fiel...
However, the relative path above becomes a problem when you try to use the component in another project. The relative path works locally when developing a Rollup component, but is not guaranteed to work in other project setups depending on their directory structures. For that reason, we do no...
Additional comments not posted (34) packages/components/input-otp/tsup.config.ts (1) 1-8: LGTM! The tsup configuration for the OTP input component is well-defined and follows best practices: Cleaning the output before each build ensures a clean slate and prevents interference from old files....
'auto' layout relies on NeXt UI dataprocessor best-effort algorithms. It spreads the Nodes across the view so they would be as distant from each other as possible. You may use it if the vertical and horizontal initial layout does not work properly in your browser (this is the issue to ...
ISSUE TYPE Bug Report SUMMARY “New” is not a well defined state. It can technically show up, but not through normal job launching. Jobs with “new” status should still show up in the job list, but I think we can remove “new” from the Filt...
It would be good to verify that PostHog is properly initialized before using it to prevent potential runtime errors. - const posthog = usePostHog(); + const posthog = usePostHog(); + + if (!posthog) { + console.warn('PostHog is not initialized'); + return null; + } apps/docs/next...
⨯ Internal error: Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named import...