You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've try to add className in <Image> component, but it doesn't work. here my code <Image src={this.props.imageUrl} fallback={<Shimmer width={800} height={600} />} className={this.props.className} />
The text was updated successfully, but these errors were encountered:
i've try to add
className
in<Image>
component, but it doesn't work. here my code<Image
src={this.props.imageUrl}
fallback={<Shimmer width={800} height={600} />}
className={this.props.className}
/>
The text was updated successfully, but these errors were encountered: