viktor hesselbom

Results 7 issues of viktor hesselbom

**Describe the bug** When creating a relative position at the end of a text (index 3 in the example) the return object is `RelativePosition { type: null, tname: 'text', item:...

bug

**Checklist** * [x] Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/ * [x] Try to report your issue...

bug

Currently, when using 'history' module as customHistory, and blocking the history change, the internal state url in Router is still updated, even if window location isn't. This pull request aims...

When using this library with preact-cli we get build error when prerendering because it expects `document` to not be undefined. The fallback here is to use dangerouslySetInnerHTML with the supplied...

First of all, thanks for a great lib. Most things are working great but found an issue. # The issue I'm importing a structured workout .fit file where a workout...

**Describe the bug** When deleting a character in CodeMirror editor, then undo-ing with Y.UndoManager, yjs reports that undo as two inputs. So even though the CodeMirror editor just shows one...

bug

## Problem After running `npx expo prebuild --clean` with an Apple Watch target using [EvanBacon/expo-apple-targets](https://github.com/EvanBacon/expo-apple-targets) I tried adding Supabase as a Swift package. This worked, but when running `npx expo...