Update React Wrappers with Refs that work (#1526)

* fix react types for refs

* fix displayName

* fix displayName]

* attempt to fix typings for React refs

* fix bad type

* prettier

* add changelog entry

* prettier
This commit is contained in:
Konnor Rogers
2023-08-18 13:31:50 -04:00
committed by GitHub
parent 93b2e78092
commit 539eaded73
4 changed files with 19 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti
## Next
- Fixed type issues with the `ref` attribute in React Wrappers. [#1526]
- Fixed a regression that caused `<sl-radio-button>` to render incorrectly with gaps [#1523]
- Improved expand/collapse behavior of `<sl-tree>` to work more like users expect [#1521]