Dan Onoshko

Results 172 comments of Dan Onoshko

@kurkle Got it. Thank you!

@kurkle Yes. But here they marked as files with side effects.

@kurkle Sorry. Fixed. I missed that we have one file with side effects in src.

@LeeLenaleee @stockiNail @kurkle Hi guys. Could you please finalize the decision about this issue? - should we disable override at all? - do it by `override` option? - ...

https://github.com/gatsbyjs/gatsby/issues/33713

Hi guys. I want to share my variation of [this solution](https://github.com/sveltejs/svelte/issues/2837#issuecomment-516137618): Helper code ```ts import {SvelteComponent, bubble, listen, current_component} from 'svelte/internal'; import {onMount, onDestroy} from 'svelte'; export function useForwardEvents(getRef: ()...

(almost) Same thing: ```ts type WeatherState = ReturnType; const WeatherState = Record({ city: null, currentWeather: null, weatherForecast: List() }); export { WeatherState }; ... import { WeatherState } from '...';...

In my case, `@babel/[email protected]` solves problem (need to check lock file, to be sure we have't other versions)

@Zaid-maker Hi. Please provide reproduction, you can fork [this codesandbox](https://codesandbox.io/s/github/reactchartjs/react-chartjs-2/tree/master/sandboxes/chart/ref?from-embed).

@arcthur @xile611 @sainthkh @semoal Hi guys! I’m an open-source ecosystem engineer at [cube.dev](https://cube.dev/). Glad to meet! Thank you for your work on Recharts! Is this call still relevant? By day,...