fix: add missing RenderTextProps export#5861
fix: add missing RenderTextProps export#5861christianhg wants to merge 1 commit intoianstormtaylor:mainfrom
RenderTextProps export#5861Conversation
🦋 Changeset detectedLatest commit: 759c53a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@christianhg Thanks! Please could you add a changeset using ---
"slate-react": patch
---
Add missing `RenderTextProps` export |
`renderText` was introduced in ianstormtaylor#5850, but the prop types didn't get exported with it.
e7c7eeb to
759c53a
Compare
Hi @12joan ! I just did that 😄 I wrote:
But perhaps the |
All good! It probably autofilled the changeset from your commit message. So long as a person reading the changelog can understand what the changes are, it doesn't matter too much how you phrase it. |
renderTextwas introduced in #5850, but the prop types didn't get exported with it.