Skip to content

Commit 980b5c2

Browse files
committed
Update unpoly_middleware.ts
1 parent c9c4b40 commit 980b5c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unpoly_middleware.ts

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default class DefaultMiddleware {
77
* Sharing up with templates
88
*/
99
if ('view' in ctx) {
10+
// @ts-ignore
1011
ctx.view.share({
1112
up: ctx.up,
1213
})

0 commit comments

Comments
 (0)