Mike Borozdin
Mike Borozdin
Hi @d-luk , Thanks for reporting this. I'll have a look!
Hi @dunklesToast , Sorry, I've been busy with work. I'll have a look at it tonight.
@d-luk , @dunklesToast , Could you possibly provide a more specific example that outlines: - expected behaviour - actual behaviour / error, if any @d-luk, Looking at your code snippet,...
Hi @MilosRasic , I apologise for not looking into this issue. I'll try to have a look at it. Also, you're more than welcome to contribute to the library :).
Hi @kvet , Thank you for submitting the issue. Unfortunately, as [the FAQ says](https://github.com/mikeborozdin/jest-react-hooks-shallow#faq) the library has no way of trigger cleanup functions when a component unmounts. The cleanup functions...
Hi @kvet , Do you have an example on how the code doing that would look like? What are you trying to achieve? If you have to invoke a cleanup...
@kvet , That's an interesting proposal! I'll look into it. It might be difficult to implement `cleanupReactHooks(forWrapper)`, since the library has no knowledge of components on Enzyme wrappers. But I...
Hi, Yes, that's correct. My goal is to delete both local and remote tags before pushing new ones. Speaking of it being specific, this is a Grunt plug-in for making...
Caitlin, Such behaviour is not enforced by a specific tag pattern, but by a version which comes from bower.json. In other words, it is a version that influences a tag...
Okay, do you reckon we should introduce a new flag in the options? Say, snapshotVersion = true | false. If you find such a name too ambiguous, we can try...