Chris Frewin
Chris Frewin
Hi, does anyone know of a tool like this (for visual studio code, converts .feature files to a jest skeleton): https://marketplace.visualstudio.com/items?itemName=Piotr-Porzuczek.jest-cucumber-code-generator-extension Would save a lot of time from otherwise having...
I'm putting the `` component in my root layout for a Gatsby site, so I can use tooltips on any page of my site using that layout (hopefully irrelevant to...
I've seen this with myself and a few other users of the wallet through the raiblocks discord channel... this is where the raiblocks have been successfully placed on the blockchain,...
## Environment Relevant versions: ```json "react": "17.0.2", "react-native": "0.66.0", "react-native-pager-view": "^5.4.9", ``` ## Description Calling the `setPage` method on a viewPager `ref` causes jest to throw this error: ``` TypeError:...
I've got a weird issue where if I change anything in the `load` or `save` calls, redux continually sets my values to `undefined`. Totally clearing the application storage and browser...
I notice as soon as you want to use `mixpanel` from any file other than where `mixpanel` is initialized, you would otherwise have to make your own singleton, like in...
Hi, excited to start using this library, but I notice when I pass an unlisted youtube video ID, I only get the gray video image, like so: ![Screen Shot 2021-10-14...
I tried running `npm run development` after a fresh `npm install` and I get the following error from webpack: ``` ERROR in ./app-client.js Module build failed: SyntaxError: Unexpected token (12:2)...
As the title states, this fixes warnings introduced for all react native versions greater than or equal to 0.69 This issue was brought up in both https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/421 and https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/395 but...