Ciarán Curley
Ciarán Curley
## Behavior of `preloadScript.js` ```js // at line 47 render() { // destructure out the props used by the HOC const { opentokClientUrl, loadingDelegate, ...restProps } = this.props; if (this.state.scriptLoaded)...
This isn't stricly speaking Cork, but shouldn't there be some kind of Father Ted reference in this? Can't actually think of how we could fit in into the syntax, but...
## 🎯 Changes Implements #9135 - renames `fetchQuery` and `fetchInfiniteQuery` to `query` and `infiniteQuery` - make new `fetch*` aliases for the renamed methods - delegates the `prefetch*` methods with `query`...