Receiving Error: Minified React error #185 in Rich Text component

In a rich text component, if we add links this error will be displayed:

I've narrowed it down not to the hyperlink itself, but to the styling that Retool adds. Here's the value of the component:

<a style="color: var(--markdown-accent);  background-color: rgb(255, 255, 255);" rel="noopener noreferrer" href="https://www.google.com/maps" target="_blank">523cd9f8-d044-4019-92ba-e1b1d8e3fcb6</a>

However, if I simply remove either the color or background-color properties, the problem goes away:

Here is an isolated debug app as JSON:
DEBUG minified rich text error.json (7.3 KB)

I realize at its core this may be React's problem and not Retool's, but it'd be great if Retool could protect its users from it whether or not React's team fixes it.

Hey @dguzzo

Thanks for surfacing this :slightly_smiling_face: It's actually a bug that's been recently examined and we're looking to ship a fix with version 2.110.0!

1 Like

great, thanks Kabirdas!