Marek Skiba
Marek Skiba
You can send this PR to https://github.com/RamonSmit/Nestable2 (The most maintainable fork of this project).
Can you try with this fork: https://github.com/RamonSmit/Nestable2/ ? I believe it should works, we using there `closest` instant of `parents`.
@gyss, @brunowego @MilanPala there is active maintenance fork of this repository with support for bower. Check [Nestable2](https://github.com/RamonSmit/Nestable2)
@wilson29thid there is active maintenance fork of this repository with support for npm. Check [Nestable2](https://github.com/RamonSmit/Nestable2)
@alex1007 @iruy There is a fork (with npm and bower installation) of this repository, where I added this functionality, check here: https://github.com/RamonSmit/Nestable
There is pull request with it: https://github.com/laravel-ardent/ardent/pull/295
We could import `ChainId` by changing this line: ```js import { AlphaRouter } from '@uniswap/smart-order-router' ``` into: ```js import { AlphaRouter, ChainId } from '@uniswap/smart-order-router' ``` And then probably it's...
There is no functionality like this, but we are open for PR.
@arturu I'm willing to merge this PR, but I have one issue: backward compatibility. Before your changes: ```json [{"id":1,"value":"test"}] ``` After your changes (Integer to string convertion): ```json [{"id":"1","value":"test"}] ```...
@morganpizzini Can you add some documentation about it in `README.md`?