Eugene Tsymbal
Eugene Tsymbal
I've run into same issue. Noticed when I'm using option `tags: null` freezing not happening. Google Chrome 35
was `35 (beta)`. Now updated to `Version 38.0.2125.58 beta (64-bit)` OS: debian
http://codepen.io/anon/pen/DjoFk and even here http://jakiestfu.github.io/Medium.js/docs/ at `inline`, `partial` and `rich` examples
Oh, I wasted so much time to figure this out. @sylwit, thank you! I just moved my `package.json` file out of the project dir. Tried to feed `directory` parameter, but...
The portal works as expected, but the problem is caused by the styling. ```js const sheetVariants = cva( "fixed z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500",...