Amer Lotfi Orimi

Results 30 comments of Amer Lotfi Orimi

I have the same issue, and because I use Axios and I set time for a call (10seconds) all of my calls fall into `not responding` error. wy this delay...

@jhen0409, When I turn on the Network inspection, a long delay happens, I face this for version 11.5

@deeborges @jantimon, I used `yarn add html-webpack-plugin@next -D` and now I have `"html-webpack-plugin": "^5.0.0-beta.6",` in my `package.json` but still with running `yarn storybook` I face to reported error.

I'm using: ``` "@react-navigation/native": "^5.5.1", "@react-navigation/stack": "^5.5.1", ``` But in the blow code I see TypeScript missing type error: ``` const { navigate, push } = useNavigation(); ``` I guess...

@phillipuniverse, Thanks for your comment, my project is so big, very very big, so by using the native Webpack caching system, after the first time, I reduce the re-build time...

Actually, it is not a solution, it would be better to have the types in the library.

@hms111111, The **npm** version is not compatible with the latest version of `React-Native`, So remove your last installation of `react-native-orientation` by the following commands: ``` $ npx react-native link react-native-orientation...

Actually, it is better the [muicss.com](muicss.com) website be on GitHub and some eager developers like me contribute the docs. it makes the **muicss** as an advanced library. let's back to...

@kof , But even in the below case I got that warning: ```javascript createUseStyles(({ colors }) => ({ a: ({ isDisabled }) => ({ color: isDisabled ? colors.gray : colors.primary,...