Feliz icon indicating copy to clipboard operation
Feliz copied to clipboard

IReactProperty Question

Open lucassouza1 opened this issue 1 year ago • 1 comments

Why IReactProperty is defined as

type IReactProperty = interface end

instead of

type IReactProperty = (string * obj)

I'm trying to extend Giraffe.ViewEngine to parse React-ish components but that doens't work.

Thanks.

lucassouza1 avatar Apr 06 '23 23:04 lucassouza1