Fixed invalid references in styles
Pre-release
Pre-release
In the previous release, we removed all usages of the id
attribute. However, some styles were still relying on them, causing multiple bugs.
There is a breaking change in this release:
- For the
OmniSearch
andSearchFilter
components, using theButton
in thecontent
prop will cause incorrect rendering of the button. For these components, it's recommended to useOmniSearch.Button
andSearchFilter.Button
components instead.