GabbereX
GabbereX
> Please make sure that the `createTypography.d.ts` file is included in your tsconfig.json > > I'm closing this. Happy to help if you provide a repo that I can take...
@ZeeshanTamboli - [Welcome to Repository](https://github.com/GabbereX/gbx-mui-library), thanks! Problem is urgent, I can't solve it
@ZeeshanTamboli > createTypography.d.ts Moved to src -> themes -> typography -> typography.types.d.ts I don't have my custom options. In addition, I suggest running storybook in the component "Data Display" ->...
@ZeeshanTamboli One could assume so, but the same situation is in both PHPStorm and VSCode of my college. The situation is the same. The problem is not in the editor,...
@ZeeshanTamboli if the problem only concerned StoryBook, then there would not be the following behavior > Go to _main.tsx_ > > ``` > > Typography > > ``` > >...
Installed clean based CRA project + TS + MUI (@mui/material, @emotion/styled, @emotion/react). The result is the same > ``` > > Typography > > ``` > > > > >...
Instead of ``` declare module '@mui/material/Typography' { interface TypographyPropsVariantOverrides extends Record {} } ``` specify another path: ``` declare module '@mui/material/Typography/Typography' { interface TypographyPropsVariantOverrides extends Record {} } ``` This...
In my case, the correction in user.ts helped: `name: { type: String, required: [ true, 'Username is required' ], match: [ /^(?=.{8,150}$)(?![_.])(?!.*[_.]{2})[а-яА-Яa-zA-Z0-9._]+(?
I encountered an issue and managed to resolve it quickly using Zustand. However, I'm still wondering why wouldn't optimize the process to reproduce the change only once, rather than triggering...
it's a useful thing. I tried to attach it through a wrapper, but it seems that I don't have enough control to implement it in an external environment on my...