MattyBalaam

Results 53 comments of MattyBalaam

I have had a little play and I’ve been able to remove act() in certain situations in tests with components using hooks. But I still need to use it when...

This may be related to a Firefox issue where using the developer tools and starting touch-simulation mode (e.g. in responsive view), turns on a flag, which is then is not...

The solution I want is to be able to move all media queries for specific sizes into one place - preferably in the same file. At the moment I can...

@nex3 I see your point about some kind of intelligent re-ordering being a problem. But would there be any way of allowing this so the developer has control over where...

So can I check you mean each CSS file after compilation would then need to be manually optimised? Or are you saying it could be done automatically, but some additional...

Thanks. Really enjoying the leanless of this library by the way.

I would also like to do this to make a more organised looking graph. I am thinking I might need to manually match my edges to the associated nodes and...

Wow, thanks @Vinnl I hit this problem yesterday and your fix has got rid of my issue :)

I’m getting the same issue here, we also have some inputs we want to make sure are correct: `name={'fieldName' satisfies keyof Fields}` We make extensive use of satisfies and the...

I wrote the original reproduction because in our codebase we do use TypeScript in a monorepo and we explicitly want to use the `bundler` option. The horrible workaround we have...