Telokis
Telokis
What would I need to do in order to make this module work with Jest? I can't use Jest's `moduleNameMapper` because it's too basic. I need to have one alias...
In case it might help anyone, I worked around the issue by creating a custom Jest `resolver`. (https://jestjs.io/docs/en/configuration#resolver-string)
@Kehrlann It's something I've implemented. I don't even use module-alias by itself, I use the function feature to specify the custom resolving by myself. (Because I needed a feature not...
Agreed, that would be a nice-to-have.
I think your specific case is more of an user-side error. It should reported in the run method.
Thank you for the answer! I ended up making a [CodeSandBox](https://codesandbox.io/s/valtio-with-arrays-w0n5z?file=/src/App.js) in order to test the different possibilities I had. My conclusion is that even though the `findIndex`-based solution should...
Thanks but what about the following, though? That's the case I was thinking about in the part you mentioned ```js const state = proxy({ arr: [{ id: 1, text: 'hello'...
@idanz Hi and thanks for your message! I think it would be nice if you could elaborate. Maybe write a big comment detailing what you are thinking about and this...
Hello! I'm very interested in using this library but I'm unsure whether it's still maintained. How is the TypeScript version going? What are you missing before you can release it?...
Hello and thank you for the answer! If you can, I'll be happy to test the TypeScript version! It's difficult to find a proper behavior tree library in JS and...