Shawn Lim

Results 45 comments of Shawn Lim

@koulmomo At the moment I attempt to solve this by wrapping around an action: ``` export default function provideActionParams(c, func, provider) { return function(context, params, done){ const otherParams = provider(c);...

@garetht I tried to set `scrollTop=1000000` on the the list container but it doesn't seem to scroll down all the way. It always seems to only be able to scroll...

@Radivarig looks like that approach involves calculation of node heights on mount. There are also cases where each node changes their height throughout their lifespan. Eg. Editing a long text...

I've tried this approach: 1) Set an arbitrary `elementHeight` based on the average height of my list items 2) After rendering, each child reports its height to the parent via...

I don't think we are also able to import vendor stylesheets like bootstrap from within a JSS right? That seems like a deal breaker.