You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -125,7 +125,7 @@ You can set validating type->lifecycle opt that will validate all cljfx componen
125
125
;; at cljfx.dev$wrap_lifecycle$reify__22150.advance(validation.clj:80)
126
126
;; at ...
127
127
```
128
-
If you already use custom type->lifecycle opt, instead of using `cljfx.dev/type->lifecycle` you can use `cljfx.dev/wrap-type->lifecycle` to wrap your type->lifecycle with validations.
128
+
If you already use custom type->lifecycle opt, instead of using `cljfx.dev/validating-type->lifecycle` you can use `cljfx.dev/wrap-validating-type->lifecycle` to wrap your type->lifecycle with validations.
129
129
130
130
Additionally, you can validate individual descriptions while developing:
0 commit comments