Fixing Webpart title render issue#6148
Conversation
…t control is not rendering properly
Sample PR validation for #6148
|
| Validation | Status |
|---|---|
| Pull request affects only one folder | ✅ Succeeded |
| Sample folder name follows naming convention | ✅ Succeeded |
| README.md contains visitor stat image | ✅ Succeeded |
| Sample requires a .nvmrc file | |
| Sample requires a README.md | ✅ Succeeded |
| Sample requires a screenshot .png in assets folder | |
| No .sppkg file | ✅ Succeeded |
| No node_modules folder | ✅ Succeeded |
| No lib folder | ✅ Succeeded |
| No upgrade reports | ✅ Succeeded |
@NishkalankBezawada please address the above issues and push new changes to this branch.
For more information, see the contribution guidance.
|
Thank you @Nishkalank Bezawada for your update! Always appreciated!. Thank you for sharing your sample with others - you rock! 👏🥇👩💻 |
Sample PR validation for #6148
|
| Validation | Status |
|---|---|
| Pull request affects only one folder | ✅ Succeeded |
| Sample folder name follows naming convention | ✅ Succeeded |
| README.md contains visitor stat image | ✅ Succeeded |
| Sample requires a .nvmrc file | |
| Sample requires a README.md | ✅ Succeeded |
| Sample requires a screenshot .png in assets folder | |
| No .sppkg file | ✅ Succeeded |
| No node_modules folder | ✅ Succeeded |
| No lib folder | ✅ Succeeded |
| No upgrade reports | ✅ Succeeded |
@NishkalankBezawada please address the above issues and push new changes to this branch.
For more information, see the contribution guidance.
What's in this Pull Request?
This webpart was using older versions of
spfx-controls-reactandspfx-property-controlswhich was causing the issue of rendering the webpart title. The reason was that the older versions were not onSPFx v1.22.2.Updating to the latest version resolved the issue (screenshot below.)
Node Version
Node version used: v22.15.1
Checklist
README.mdfile's Version history. For new samples, created a newREADME.mdfile matching this templateREADME.mdhas at least one static high-resolution screenshot (i.e. not a GIF) located in theassetsfolder.README.mdcontains complete setup instructions, including pre-requisites and permissions required.nvmrcfile indicating the version of Node.js