-
I have installed the latest version and version 7 from yesterday.. When i ran ouifr from the commandl ine options in the v7 version the samples would not show up in the storybook... they are there…
-
Wondering if anyone has successfully integrated Ory into an SSR site? I'm attempting this now and it seems the way `` works makes this impossible. By using it's own `` and class name generator, I have…
-
I cloned the project from master, When npm start, I can see the page. But when I execute the command, npm run build, It produce the dist/index.html and css/jss. But When I access the index.html from b…
-
**_https://github.com/marmelab/react-admin/issues/1480 is similar but was closed but fix is not in the history and the link is broken. I tried to be more complete here and add more information._**
…
-
So I spend the all afternoon reading the related issues and debugging my code so I am posting this here in case it helps someone.
I can make a PR for the doc if you want but don't know where it sho…
-
I hope this'll make sense but one thing I noticed about the script that in both the file manager as well as files being served by nginx, the original filename is not used.
I was thinking this might…
-
If you write `export const experimental = "all"` in `tailwind.config.js` then you get a huge upgrade to the `@apply` rule. Namely then you can suddenly write `@apply hover:bg-red-200`, which you could…
-
When CSP security policy with directive style-src is set, unless 'unsafe-inline' value is used, react-easy-crop inline style are ignored which results in incorrect react-easy-crop render. As setting '…
-
JSS:
```
export const stylesheet = {
'@import': [
'url(http://some.domain.com/externalsheet.css)',
'url(http://other.domain.com/externalsheet.css)'
]
}
```
Resultant CSS:
``…
-
Using the code:
```
import FlagIconFactory from 'react-flag-icon-css'
const FlagIcon = FlagIconFactory(React)
```
The error occurs:
'Could not resolve the styleName flag-icon'.
Vers…