Christoph Salat
Christoph Salat
is there any news on this?
> Do you use the hook inside of the FormContainer as a sub-component? Yes. You can check out the „how to reproduce“ to see what the code would look like
that's because storybook is not next. here you go: https://codesandbox.io/s/elated-snow-4x0431?file=/pages/index.js I am not sure if codesandbox is the ideal way of testing this but you can see the code that...
I am quite busy at the moment, I will take a closer look soon so we can figure this one out together
awesome, thank you!!
```javascript import dynamic from 'next/dynamic' const MUIRichTextEditor = dynamic(() => import('mui-rte'), { ssr: false }); ``` you can use dynamic to work around that issue
add this to you bower file: ``` "angular-social": "https://github.com/esvit/angular-social.git#master" ```
it's quite odd that they aren't supporting their own platform...