fix(icons): correct IconExperimental naming and usage#7972
fix(icons): correct IconExperimental naming and usage#7972TunaDev0 wants to merge 1 commit intoreactjs:mainfrom
Conversation
Size changesDetails📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 Five Pages Changed SizeThe following pages changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 10% or more, there will be a red status indicator applied, indicating that special attention should be given to this. |
|
Thanks @TunaDev0! To make it easier on our translation repo sync, I'll roll this into the next PR I'm working on and add you as a Co-Author so it's all in one change. |
Co-authored-by: Tuna <198469603+TunaDev0@users.noreply.github.com>
|
Added here: #7974 |
* correct IconExperimental naming and usage (from #7972) Co-authored-by: Tuna <198469603+TunaDev0@users.noreply.github.com> * Bump Activity to Canary in docs --------- Co-authored-by: Tuna <198469603+TunaDev0@users.noreply.github.com>
Summary
Fixed copy-paste errors in the IconExperimental component that caused naming inconsistencies.
Changes
IconCanarytoIconExperimentalin memo declarationIconExperimentalinExperimentalBadgecomponentProblem
The
IconExperimentalcomponent was incorrectly usingfunction IconCanaryinstead offunction IconExperimentalin its memo declaration, which was a copy-paste error from theIconCanarycomponent.