Piotr Tomczewski
Piotr Tomczewski
Schema: ```tsx { name: 'content', type: 'array', title: 'Content', of: [ { type: 'youtube', }, { name: 'productSection', type: 'productSection', title: 'Products', } ] } ``` Data: ```tsx content: [...
Use system quick look to preview images instead of custom popup
Typing `:` should open emoji autocomplete list just like in discord/slack
fix: #1350
fix #1262
Can we move the image modal close button to the right corner to prevent overlap with window controls on mac? 
[Cal.com template](https://railway.app/template/cal) is not working and throws an error 500 when you try to access `AvailabilityPage`. This only happens on the railway and I am unable to reproduce it locally....
## Summary This PR adds support for displaying the names of changed hooks directly in the Profiler tab, making it easier to identify specific updates. A `HookChangeSummary` component has been...
## Summary This PR improves the Trace Updates feature by letting developers see component names directly on the update overlay. Before this change, the overlay only highlighted updated regions, leaving...
Reanimated error: "Tried to synchronously call a non-worklet function" with React Compiler enabled
### Description Reanimated throws the following error when using `useDerivedValue` with the latest React Compiler: ``` [Reanimated] Tried to synchronously call a non-worklet function `_temp` on the UI thread. ```...