V-iktor
V-iktor
Still getting a lot of these errors ````yarn add aws-amplify warning aws-amplify > @aws-amplify/analytics > [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain...
> Happy 3 years little issue ๐. Will hopefully be resolved when we reach $1.000 billion hang in there buddy ๐ฅ > Amazon is the third largest public company by...
This sounds like something that would solve my Docker builds. When I build a specific app, if a workspace depends on another workspace, the build cannot find the dependencies inside...
> Importing directly from `.css.ts` helped @shelooks16 thanks for that, works like a charm
This happens to me when I build NextJS but not while developing. Seems like adding this to the `http-client.ts` is enough for me, but wonder why this is not a...
I solved this by only including my `src/` directories if it helps anyone: "../../../packages/**/src/**/*.stories.@(js|jsx|ts|tsx)",
Iยดm using Yarn Workspaces (Monorepo) and it seems to have solved the problems on my Mac at least
> add `next/dist/compiled/@next/react-dev-overlay` to `transpilePackages` will solve this problem I doubt react-dev-overlay is running at https://nextjs.org - production builds do not work on iOS 12 Tested on iPad Air 1st...
> did you set `browserslist` target properly? > > ```json > "browserslist": [ > "> 0.5%", > "not dead", > "ios >= 10", > "chrome >= 49", > "not ie
I checked the console on my iPad and it is failing because it does not support resize detection. Would be nice if it would fail more gracefully.