add styles for theme provider #34
Annotations
2 errors and 1 warning
build:
src/components/themeProvider/themeProvider.tsx#L39
Replace `<div·className={`${cx('theme-provider',·className)}·${currentThemeClassName}`}>{children}</div>` with `(⏎····<div·className={`${cx('theme-provider',·className)}·${currentThemeClassName}`}>{children}</div>⏎··)`
|
build
Process completed with exit code 1.
|
build:
src/components/modal/modal.tsx#L91
React Hook useEffect has a missing dependency: 'onKeydown'. Either include it or remove the dependency array
|