Aliaksei Kislou
Aliaksei Kislou
There's open PR for that: https://github.com/wbyoung/avn/pull/51.
Any update on this? Ubuntu [uses](https://askubuntu.com/a/510723/204111) `.profile` instead of `.bash_profile`, and `avn` doesn't work for me at all until moving scripts to `.bashrc`.
@horst3180 can you merge it please?
Yes, because current implementation of `$mapped` has nothing to do with non-object values and [tries to extend primitives](https://github.com/raix/Meteor-handlebar-helpers/blob/master/helpers.operators.js#L102).
I believe this is implementation issue. There are some other issues that don't work for me, so I've created [a package](https://github.com/evenfrost/spacekit) for similar purpose, gonna try to keep it updated.
Definitely must have done it in first place, though I just don't know really what right behavior is lol. Was looking for this issue in bug reports of different browsers...
Well, seems it's Chrome who gone wrong here. See this [Buzgilla issue](https://bugzilla.mozilla.org/show_bug.cgi?id=1378426) for reference. > This spec change was proposed here, BTW: https://lists.w3.org/Archives/Public/www-style/2014Oct/0489.html and we implemented it in [bug 1090031](https://bugzilla.mozilla.org/show_bug.cgi?id=1090031)...
Stumbled upon this as well while upgrading to `v14`. A migration guide with old -> new examples would be great to have.
I just found out that `v14` has switched to ES Modules, which in my case makes it impossible to use on an existing TypeScript Node.js project. So I'm just sticking...
No worries and no actions are needed from your end, thanks for the response. I think it should be okay to use `v14` in a new TS Node.js project if...