Valentin Semirulnik

Results 23 comments of Valentin Semirulnik

I got the same error. I'm using the Belgium region and F1 TV website works for me. But in f1viewer I can access highlights or tech talks for example, but...

I already did it in https://github.com/jamiebuilds/react-loadable/pull/110 but without fallback

You stole my contribution :D Okay, I will rewrite it to combine function as we discussed

We discussed a bit this idea with @theKashey. He wants to save flexibility of api (for example, you can pipe into used-styles directly). I agree with him so I will...

@theKashey looks like it could be revived :D Also maybe we need some changes to adopt it for React 18

@Nikschavan hi! I'm looking into changes and it's not clear to me what did you change.

@Nikschavan oh I see. I had some worries about `export default`. To be honest, I would like to use it, but seems that there are some problems with transpiling. Will...

@tristan957 could you take a look at this? We had successfully battle-tested it. For now, it's huge blocker for development with webpack for example.

Ooops yeah, my bad Meant to tag @kamilmysliwiec

@johnnycopperstone I think the problem somewhere in this module https://github.com/reactjs/react-docgen/blob/e05219b08c8b17899be812a521b4985f2b66fae2/src/utils/isStatelessComponent.js You can debug it with `--inspect-brk` flag https://nodejs.org/de/docs/guides/debugging-getting-started/