Kristian Puccio

Results 6 issues of Kristian Puccio

This is an example of https://github.com/agiledigital/typed-redux-saga/issues/43. This hopefully is enough to show you the issue, I've included an async-await version where it's working. Sorry about the formatting changes! If you...

Have you thought about adding the ability to add the standard accessory views? Be super handy to just have a list with checkmarks or detail disclosures. Thanks for working on...

**Description** `isBlock` return's true for text nodes. This affects Plate as you can pass any value into it's wrapper around isBlock. **Expectation** If you pass something that isn't an element...

bug
⚑ needs info

**Description** When a Plate editor is created with the `createNodeIdPlugin` I would expect html that is deserialized to contain ids. If you run this code in the browser then if...

bug
plugin:deserialize-html

**Is your feature request related to a problem? Please describe.** I want to re-enact a feature like `insertDroppableFirst` but rather than forcing the order post drop not allowing dropping a...

enhancement

I guess we need to do this check so we don't try to focus a non-form element: `if (child.type.propTypes && child.type.propTypes.value && child.type.propTypes.valid) {` Just I don't use propTypes as...