Results 8 comments of Sam Ben

You're requesting the ad while it's already loaded. set adLoaded to the state from eventListener then request if it's not loaded!

Create a new file called `custom-slider.tsx` then add: `import RcSlider, { SliderProps, SliderRef } from 'rc-slider/lib/Slider';` `export const CustomSlider = RcSlider as React.ForwardRefExoticComponent;` then import CustomSlider to your file

It appears that `SentryService` gets initiated twice. And because of that `Sentry.init` gets called twice also. **A workaround:** 1. Add fromFactory guard in `sentry.service.ts` constructor to initiate Sentry. ``` constructor(...

> Has anyone managed to solve this issue? @AdamGerthel @StPaulis check my workaround above.

@EvilMax @bizunas did you import `"react-contexify/dist/ReactContexify.css";` ? `contexify_item-feedback` class is needed for the menu to be closed. I think this is the logic behind it: [Item.tsx#L159](https://github.com/fkhadra/react-contexify/blob/8d9fc63ac13040d3250e8eefd593d50a3ebdd1e6/src/components/Item.tsx#L159)

Thanks, @exsesx That's what I ended up doing. But I was hoping to upgrade NX to the latest, maybe when I have a clearer mind ;)

In my case, I am merging the previous and the new results. I had to throw the error first from within`updateQuery` ``` fetchMore({ variables: { ...getTemplateVersionsQueryVars, }, updateQuery: (previousQueryResult, {...