Gabriel Nordeborn
Gabriel Nordeborn
Thanks, that shows where the problem is located at least. Still, would be preferable with a reproduction case.
Could have a sibling action for try/catching a block of code.
Just a note - we intentionally skipped this when we did the initial version of semantic highlighting, because it will require us leveraging type information, going into multiple files etc....
Hi! I've moved away from using this library myself in favor of `react-testing-library`, and I encourage you to do the same. `react-testing-library` is a little bit different, but it avoids...
Hey, thanks for reporting this! I have a few thoughts here - I've been thinking about moving to simply resolving root from finding the closest `package.json`, going up from the...
@benadamstyles any chance you could give `1.3.0` a spin and see if that fixes your workspace issues?
cc @mrispoli24
So, there's a few things to note here. I'll do my best to explain `_`: ### `_` as "I don't care about this" One meaning of `_` is "I don't...
@mrispoli24 would you mind posting why `_evt.preventDefault()` doesn't work as a separate question? I think that's something that's a bit hard to grasp first, because things work quite differently in...
@baransu wow, that's excellent, I had no idea about that! I was going to say I was confused by why `_type` worked when it believed it should be `type_`, and...