Lukas Bach
Lukas Bach
The reached message endpoint was @@TERMINAL/NEW, the user ID was 91b2bb08-44e2-41d9-8bbf-c219426ef95b. ``` { "error": { "code": "MODULE_NOT_FOUND" }, "payload": { "path": "root" }, "message": "@@TERMINAL/NEW" } Error: Cannot find module...
Added [react-complex-tree](https://github.com/lukasbach/react-complex-tree), an Unopinionated Accessible Tree Component with Multi-Select, Drag-And-Drop, Renaming and Search
Closes #5598 ## 📝 Description Adds the option to specify which menu item is focused initially when the menu is opened. ## ⛳️ Current behavior (updates) Always focuses the first...
Images in richtext editor are currently supported, but lack critical features, including being included in backups or resilient to moving the original image file. Also image paths are hard coded...
It should be possible to move or copy note items between workspaces.
The code generated by this library is not valid ICS code. This can be observed easily by pasting the output from https://datebook.dev/generators/ into e.g. https://icalendar.org/validator.html#results, where two errors are reported:...
The example code for the `useMeasure` hook produces type errors: https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAbzgVwM4FMCy6CGrlTpwC+cAZlBCHAESE4DGMAtGujQNwBQokscAJVxNylanWExOXLgwgA7VPAAi6EBDgBeOAAoAlFoB8iLnDhzF8ANqEyAGkRwAHg4CeDgO7AAJjAAWDn7owADmfjAOMBBgDlCh4Q4ARhAwUSAOADboZPDEALpaKBjYeATo+tymcIQwBPK6VWYAPN7AAG7V2ZoItsSGjWZwLe2GTgBciE7ETQD0rW2GAJADzfOGrhMIrtNzIytDa16+fptH-jtr+8MLQfEwm7dhMBd7g4PXhlFgm18vC1drOJPTZA8J-fpvVYjZKpKibGFpcEAkZZHKbVHPWaXN5Y15wPTcYgcIA From what I can tell, the issue is located here: https://github.com/streamich/react-use/blob/master/src/useMeasure.ts#L9 A typical DOM element has a ref function...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....