Drop nrelay, fix space threads

This commit is contained in:
Jon Staab
2024-10-21 10:30:12 -07:00
parent af5e1e68cc
commit 5aee73fb6f
8 changed files with 24 additions and 19 deletions
+2 -1
View File
@@ -77,4 +77,5 @@ export function slideAndFade(
export const conditionalTransition =
(condition: any, transition: any) => (node: any, args?: any) =>
condition ? transtion(node, args) : null
condition ? transition(node, args) : null