Tomás Milar

Results 13 comments of Tomás Milar

Hi @bunysae , I've followed your steps. Firstly, `npm link` was failing with this error: ``` $ npm link npm WARN [email protected] requires a peer of webpack@>=1.11.0 but none is...

I've found out about this `overrides.onError` (internal?) method. But seems to be no way of using that from userland.. on [src/parent/parent.js](./src/parent/parent.js): ```jsx export function parentComponent(options : NormalizedComponentOptionsType, overrides? : ParentDelegateOverrides...

Hi @mnicpt , thanks for your quick response. The workaround of explicitly waiting for a timer before actually calling the `onClose` callback, might work... But the problem I'm seeing with...

Hi @gregjopa, thanks for your reply. Regarding this: > I was wondering if you could solely rely on the zoid close() function for cleaning up the DOM instead of having...

@bluepnume, thanks for chiming in. I think a fair solution would be having the `render()` async result be included in the react render cycle, and have it fail in a...

Hi @bluepnume , I've just submitted PR https://github.com/krakenjs/zoid/pull/335 on an attempt to improve this. On my project I've created a local version of the react driver to keep moving, so...

> This looks great to me, thanks for taking this up! Can you add a couple of tests to verify the new behavior? Thanks! I'll try to work on that...

Same issue here :(

Found the issue - problem is that ebay UI changed the date value class name from "row-date" to "row-value". I have just submitted PR #15 that fixes this isse @molove...