Jeff Hansen

Results 193 comments of Jeff Hansen

I had the same issue, except I was dependent on the return value of `t.throws` from AVA. What I did was a manual find-replace `t.throws` -> `throws`, then added ```...

We haven't upgraded our codebase.

:tada: This issue has been resolved in version 3.0.0 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/mobx-task/v/3.0.0) - [GitHub release](https://github.com/jeffijoe/mobx-task/releases/tag/v3.0.0) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

:tada: This PR is included in version 3.0.0 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/mobx-task/v/3.0.0) - [GitHub release](https://github.com/jeffijoe/mobx-task/releases/tag/v3.0.0) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

I am not sure since I haven't used it, but I don't see why not, try it out and let me know!

My recommendation is to use property initializers like this: ```js class MyClass { myTask = task(async () => ...) } ```

@evilebottnawi I have the same issue due to using CSS Modules `composes`. I built a reproduction repo here: https://github.com/jeffijoe/webpack-css-dupe-bug

I think that makes sense. 😄

@evilebottnawi thank you for your hard work! Enjoy the holidays!

Thats a .NET thing 😀 what does the spec say?