Ivica Batinić
Ivica Batinić
https://www.chromestatus.com/feature/5162094739587072 This update is causing displacement of modals with input fields when the field becomes focused. I tested it with this example https://fl3nkey.github.io/scroll-lock/demos/sidebar/sidebar.html on android chrome 75. Steps to reproduce:...
Is there a way to make it work with gh-pages branch. problem is that links in generated `index.html` are relative from a domain (starts with `/`) `` And `gh-pages` branch...
**Current behavior:** I'm currently updating libraries on some older React class component based project and I'm experiencing a difference between the generated classnames server-side and client-side using Emotion v11 and...
This PR contains initial implementation of gSSP helper inspired on this tweet https://twitter.com/aleksandrasays/status/1526126567730077697?s=21&t=BjM_yiPwSn_OkJ3uKdOMAA TODO: - [ ] fix typings
### Relevant version - [ ] 0.x - [X] 1.x - [X] 2.x ### Relevant libraries - [ ] utils - [ ] core - [ ] network - [X]...
This is just a Draft/WIP! I need questions to be answered: - [ ] how to use `@datx/react` module inside the example?
WIP Need to fix failing tests.
Submitting a: * [ ] Bug report * [x] Feature suggestion * [ ] Support request Props could be marked read-only, so they are never sent to the server on...
Why can’t you just use this https://react-query.tanstack.com/guides/query-functions#using-a-query-object-instead-of-parameters? I have a feeling that makeQueryHelper should not depend on queryClient. This will make streaming difficult, because now your component actually bundles the...