Chris Hunter-Johnson

Results 8 issues of Chris Hunter-Johnson

Add MUI v5 styling documentation to the styling section

## Checklist - [ x] This is not covered in the [repository examples](https://github.com/niuware/mui-rte/tree/master/examples). - [ x] I am using the package [latest version](https://github.com/niuware/mui-rte/releases/latest). - [ x] This is a bug...

NPM will not install next-cookie due to the next version ## Description Next-cookie is defined in package.json to work with versions until 10. The current version is 12 Error message:...

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: x64 Version: Darwin...

please add a complete reproduction
template: bug
area: app

It would be useful on a retail site to have an icon for a new product. An example flatIcons [New product icon](https://www.flaticon.com/free-icon/new-product_1474713)

new icon

Issue in forgetPass line 32 the code `const res = await client.forgetPassword({ email, redirectTo: '/reset-password', });` Generates the error: Property 'forgetPassword' does not exist on type '{ useActiveOrganization: () In...

I get the error Cannot find module '.prisma/client/default' I installed NestJs using `nest new backend` Prisma installed with: `pnpm add prisma -D` Prisma Client withL `pnpm add @prisma/client` initialise Prisma...