Marcin Warpechowski
Marcin Warpechowski
It is not clear to me what's the point of having the two public methods `disableTraps()` and `revoke()`. In the tests, they are always tested separately. In real life usage,...
### Steps to reproduce 1. Have an object that has a deep structure 2. Replace a subbranch in that object with a simple proxied version of that object ### Expected...
When used in a partial in a Starcounter app, juicy-ace-editor 1.2.0 and 1.2.1 resolves URLs for Ace scripts relative to the main document: 
The source files have 1 TODO. Maybe it's a good time to fix it or move it to a separate issue?
### Description Make the following changes in the docs changes: 1. Wherever we use `useRef()` in the snippets and examples, change it to `useRef(null)`, according to the style guide in...
### Description Make the following cosmetic changes: 1. The choices in the framework dropdown should be in the following order: JavaScript, React, Angular, Vue 2, Vue 3 2. The "Preview"...
Docs: React docs: Remember last used framework in the browser and redirect to it upon the next visit
### Description User story: > As a React developer I want to be able to easily reach the React-specific docs and each time I re-visit it see the proper version...
### Description At the bottom of the HotColumn component page (React docs), there is "An advanced example", which does not really fit this page well. It shows: 1. the use...
### Description Add framework-relevant introductions to API reference pages: "Core", "Options", and "Hooks". A person reading the API reference from the React perspective might feel lost reading these pages, because...
### Description Besides already known issue #9876, make sure that all code examples (examples with "Preview") for React can be easily run locally (by copy and paste to a new...