-
Separating styles, interfaces and logic into separate files in each component. If you decide to write everything through Material UseStyles, then rewrite the existing styles in SCSS.
1. Allocate th…
-
` VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) The media could not be loaded, either because the server or network failed or because the format is not supported. MediaError {code: 4, message: …
-
This issue is automatically created based on existing pull request: magento/pwa-studio#3573: Improve Gallery/AddToCartButton.js
---------
## Description
0) Replace mergeClasses to useStyle
1) AddTo…
-
**What you were expecting:**
I am expecting the uploaded image to get edited in the EDIT form.
**What happened instead:**
Not able to fetch the image from the record with ImageField inside Imag…
-
**Describe the bug**
We recently upgraded our AWS Amplify Libraries and now when a user in the FORCE_CHANGE_PASSWORD state enters their temporary password the error 'Cannot read property 'challengePa…
-
## Description
There is a bug in the error toast notifications that is currently preventing #140 from being replicated. The recent changes to the LoaderButton component have unexpectedly broken the…
-
Hi!
Thanks for this great library! I really like it a lot.
But I'm struggling to use it with react-text-mask and Typescript. Does anybody have a small example how to use it?
Thanks
-
### Describe the bug
Watch files change very slowly, which takes about 10 seconds.
The first time was very fast, and the later was very slow.
The project code is about 10000 files.
### Reprodu…
-
We've been making styles extendable by something like this:
```ts
export type UseStyles unknown> = {
classes?: Partial
}
const useStyles = makeStyles({ name: 'FixedFab' })((theme: Theme) => (…
-
I cannot seem to be able to change the color of the CardHeader title text.
I have a 'styles' constant as follows:
```
const styles = theme => ({
loginCard: {
height: 200,
width: 3…