Josias
Josias
Index.d.ts suggests the TypewriterClass to be a named export, but it isn't and will throw an error when used. ```js import { TypewriterClass } from "typewriter-effect"; const typewriter = new...
@enesser Is this project still maintained?
The `React.FC`is working for me in the latest version 🤔
Alright after testing out the trial version to check out the `Powerpaste` plugin, I noticed that even that one is broken. Turns out though that **using the hotkeys** to paste...
As @BrianHung already pointed out, it is not really impossible to identify a scrollbarclick by the event target or something. As a workaround I am using the following handler on...
@Jebble I've started my own project to simplify WordPress development for myself. Not directly related to gutenberg block development, but it is also possible. Until this dynamic block support is...
@aderickson Wow I was pulling my hair out trying to replicate it. Funny enough, the chrome instance of Cypress did log this error in the console as well, I guess...
@maslianok I'm sure you have a reproduction case by now. But still, here's a very very basic example where the error already appears, simply by unmounting a resize-detector component using...
@aderickson Thanks a lot! I rarely have to go this deep into specs, so this is very interesting to me 😄
Another case of a false positive for `await-async-query`: https://github.com/facebook/react/issues/23093 @Belco90 Does this relate enough, or should I open a new issue? 🤔