Spencer Elliott

Results 12 issues of Spencer Elliott

Unsure if this is a zod issue or a t3-env issue. Check out latest commit bfa7645d15c9b11947d824343865f470aa6ef5c5 ```shell pnpm install pnpm build pnpm build --filter=@examples/nextjs # observe build passes ``` Change...

I'm using FroalaEditorView in Next.js, e.g.: ```tsx import FroalaEditorView from 'react-froala-wysiwyg/FroalaEditorView'; const MyComponent: React.FC = ({ html }) => { return ; }; ``` But this results in an error:...