zaadevofc
zaadevofc
> I am also facing the same issue in my Next.js and Tailwind projects.  when I pass the props `emptyClassName="flex"` no change but when I pass the props `emptyStyle={{display:"flex"}}`...
> `hyper u hypercwd` > > I uninstalled hypercwd and problem fixed. it't work for mee, nice one bruhh. Thanks
> a little addition, after i adding a console to see the sent message, it looks like sending a normal message but with the `120363190224821113@newsletter` id > > ...
countapi alternative : https://kounter.vercel.app/ repo : https://github.com/zaadevofc/kounter.vercel.app
@ydlstr 🙊
I also get the same error, how to fix? 
> I fixed it with the option **forceInline** along with the css property `white-space: pre-wrap` : > > ``` > import MarkdownToJsx from 'markdown-to-jsx' > > > options={{ > forceInline:...
 just like this : => tailwindcss ```css .swagger-ui * { @apply !font-[Onest]; } ``` => native css ```css .swagger-ui * { font-family: 'Onest' !important; } ``` don't forget to...