We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c4b40 commit 980b5c2Copy full SHA for 980b5c2
src/unpoly_middleware.ts
@@ -7,6 +7,7 @@ export default class DefaultMiddleware {
7
* Sharing up with templates
8
*/
9
if ('view' in ctx) {
10
+ // @ts-ignore
11
ctx.view.share({
12
up: ctx.up,
13
})
0 commit comments