Closed csillag closed 1 month ago
Up to now, in utilities dealing with Decisions, the "reason" (if given) always had to be a string.
Now we extend it to ReactNode, so we can now provide any HTML content as reason.
(This is useful so that we can embed links in reasons, for example.)
Up to now, in utilities dealing with Decisions, the "reason" (if given) always had to be a string.
Now we extend it to ReactNode, so we can now provide any HTML content as reason.
(This is useful so that we can embed links in reasons, for example.)