Chidiebere Onyegbuchulem

Results 6 issues of Chidiebere Onyegbuchulem

Some of the tools are not working with the latest version of React (from React 18.0.0). I have reproduced this on codesandbox [here](https://codesandbox.io/s/text-editor-vmzewy?file=/src/RichTextEditor.tsx). The dropdowns, images, emoji tools are among...

The documentation for Custom Transforms / Value Transforms is not clear. I am trying to create a custom transform to HSL colors. ``` /* { CUSTOM_EASING: { type: 'easing', value:...

## Reasons I have gone through a reasonable amount of the codebase and I have seen that there is a need to improve the development experience and code quality. TypeScript...

priority/low

## Fixes #826 This: - Installs `prettier` and `eslint-config-prettier` dependency - Move the formatting rules to a newly created `.prettierrc` file - Add files and folders prettier should ignore using...

First step to fixing #853 This : - Installs TypeScript and type dependencies (`@types/node` , `@types/react` and `@types/react-dom`) - Sets up the `tsconfig.json` file

- Using `AnonymousAuthProvider` signInOptions does not work with `react-firebaseui`. - It throws the following error: `Uncaught TypeError: fn(...).signInAnonymously is not a function` Below is what my `uiConfig` looks like. ```...