Dariusz Czajkowski

Results 64 comments of Dariusz Czajkowski

I get the same in 18.0.4 on macOS, however this appears in the console only after opening the DevTools. With DevTools closed, the "error" does not appear. However, it's just...

@lexanth would you be willing to create a PR with your solution from df2f147? That would be very helpful for all people using this package in CI :)

Thank you @drbyte for your feedback. I 100% agree. From what I have seen upgrading to Jetstream doesn't seem like a viable option. It seems like it is a completely...

Unfortunately, I have to agree. The biggest problem will be finding a solution that is _just right_. Let me think about it, but I don't know if I'll have enough...

Great to know, thanks @drbyte 💪

That's a great idea and something I wanted to propose myself! @jakejarvis are you planning to continue support of this action, or is the development abandoned?

Hello, @fred-snapstream! I moved from using Vue to React, so I will be not writing any new features for this project anymore. However, I will gladly accept a PR.

I think it's possible, but not pretty. Current API was not designed to handle this case. What you could do is attach a ref (A) on the component and a...

If the package uses relative imports, it would work, yes. However, in our setup, we ban relative imports (in apps and in packages!) and rely on the package name. For...