We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c51d0d + 542e48d commit ebba44eCopy full SHA for ebba44e
packages/@react-spectrum/color/src/ColorSlider.tsx
@@ -92,7 +92,8 @@ export const ColorSlider = React.forwardRef(function ColorSlider(props: Spectrum
92
{
93
'spectrum-ColorSlider-container--horizontal': !vertical,
94
'spectrum-ColorSlider-container--vertical': vertical
95
- }
+ },
96
+ styleProps.className
97
)}>
98
{label &&
99
<div className={classNames(styles, 'spectrum-ColorSlider-labelContainer')}>
packages/dev/optimize-locales-plugin/LocalesPlugin.d.ts
@@ -4,5 +4,5 @@ type Options = {
4
locales: readonly string[]
5
};
6
7
-declare const plugin: UnpluginInstance<Options, boolean>;
+declare const plugin: UnpluginInstance<Options, false>;
8
export = plugin;
0 commit comments