brydonm
brydonm
I really like this idea - even having it translate to other files so if you exported a variable and imported it into another file, it would recognize the variable...
Also ran into this issue. Drove us insane trying to fix it. Changed an import path to `../..` instead of `~/global/.....` and it worked From what I can tell, just...
@koushikmohan1996 I wonder if this PR has anything to do with this? https://github.com/Codeception/CodeceptJS/pull/2141/files#diff-5280701c260a64e6784b06c1e7c60f63R221 Sorry if incorrect, not too familiar with the project. Just digging around in PRs :)
> > @koushikmohan1996 I wonder if this PR has anything to do with this? https://github.com/Codeception/CodeceptJS/pull/2141/files#diff-5280701c260a64e6784b06c1e7c60f63R221 > > Sorry if incorrect, not too familiar with the project. Just digging around in...
@chloerice if you would be so kind to have a look at this when you have some time! 🥳
I'll get on that @alex-page. Thanks!
Hey @alex-page I have two PRs ready if you have a moment to check both out—would appreciate it! I don't have permissions to set reviewers. - https://github.com/Shopify/polaris-react/pull/4361 - https://github.com/Shopify/polaris-react/pull/4359
Bumping this again, running into this issue myself. ``` "gatsby-plugin-use-query-params": "^1.0.1", "use-query-params": "^1.2.3", "gatsby": "^4.3.0", ```