Joe Hsu

Results 7 comments of Joe Hsu

not sure if this is the best solution, but it works, passing current_build works https://github.com/defunkt/cijoe/pull/59

you can also pass a lifespan for the promise cache using `usePromise(promiseFn, [], 1000)`, would that be enough? or do you want to selectively remove things from the cache?

This is because react is being used as an external. if you want to use it as an external, you need to include react with addons and and map react-addons-css-transition-group...

@ngokevin looks like `setAttribute` is only used on `componentDidMount` and `componentDidUpdate` which are after mount, so i think that part should be ok (since only the `componentWillMount` [lifecycle function is...

awesome! I'll try and take a look at this later tonight.

@aaldrich I'm thinking about simplifying the push api to a single class [`Ducksboard::Slot`](https://github.com/jhsu/ducksboard/blob/simple-slot-push/lib/ducksboard/slot.rb) and [see some examples](https://github.com/jhsu/ducksboard/tree/simple-slot-push#sending-data) What do you think?

@Dmo16 for a workaround, in a `setupFiles`, i put: ```typescript import {vi} from 'vitest' global.jest = vi ```