@greweb
@greweb
@langpavel ```js type someType = { newName: string, oldName: $Deprecated } ```
@langpavel yeah I was just refactoring your proposal to answer your question. why not, I was wondering if asking for a "reason" is a bit too much for Flow, I...
@rostislav-simonik yeah make sense. and i would totally understand if you want to split the thing into 2 separate issues &/or if flow team would like to give a go...
would you like to do a PR? thanks
mmh which version of everything are you using? this is a very old thing so i'm not astonished it breaks. i wish package-lock / yarn.lock existed at that time 😅
if you are looking for more recent work, take a look at https://github.com/gre/workshop-gl-react-expo/ and https://github.com/gre/gl-react/tree/master/examples
this repository (which is still on gl-react v2) probably have the bug you mentionned but not what I shared (which uses gl-react v3)
It's because in the lib, _"focusing"_ means _having passed the related header_. In other words, when a linked header is scroll down and rises above the page viewport, the "focus"...
I will try to make my explanation clear enough, despite my English : When I mean it matches almost most of cases, it was about when you click on a...
One way would be to "follow" the mouse position on the viewport but I find it a little counterintuitive and a little overkill for the issue.