Kristofer Giltvedt Selbekk

Results 20 comments of Kristofer Giltvedt Selbekk

Sounds like a great feature, but I'd be happy to accept a pull request for it.

I'm glad you're interested in pitching in! I'll go through your ideas point by point: > Updating React version to allow use of hooks (new hotness, if it makes sense...

Hm okay that’s fine. I’ve never tried that before, so I can’t be of much help

## :rotating_light: The automated release from the `master` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you could benefit from your...

This seems to have resurfaced with `use-editable`. Is there a viable way to add support for "focus the next element" on escape, for instance?

The way I worked around this was adding an event handler on the containing element, which listens for the keyup event and focuses the next (or previous) element if you...

Sorry for not replying right away - posting code examples from my phone turned out to be a nightmare 😁 I'd expect the following diff: ```diff - expect(someFn).withArgs('arbitrary', 'args').to.throw() +...

I noticed that you have to run `npm install` before you run `cd ios && pod install`. I also had to run `bundle install` for it to find cocoapods.

Well, mostly how I should type the block content I pass in :) I see in the demo app there's a repo called `@portabletext/types` - would be great to have...