Jose David Rodriguez Velasco
Jose David Rodriguez Velasco
Hi @DougMidgley, it is true there's not much documentation on how to make a wire adapter also callable. you can find how to do it in the [wire-reform rfc](https://github.com/salesforce/lwc-rfcs/blob/master/text/0000-wire-reform.md), specifically...
@pmdartus @nolanlawson @caridy this is ready for review. if we decide to move forward with this PR, ill update the hydration logic.
@pmdartus i took a quick look to this issue. at the moment that the new component is connected, the older one is still in the DOM. this is because of...
> Since the initial implementation of VFragments, we've changed the way we reference elements from the vnode (leading, trailing) and implemented VFragment-specific logic for handling slots and diffing. Makes sense....
thanks for reporting this @seanpat09. We are working on it (https://github.com/salesforce/sfdx-lwc-jest/issues/232)