plus rename `text'` to `text` and move the non-overlapping instances of 'ReactText' over. so, in the end it would be: ``` haskell class ToReactNode a where node :: a -> ReactNode text :: JSString -> ReactNode ```