Get Text from Text Component

@dan @tpbradley

Hi Guys, Is it possible to get the text that has been entered into a text component in the hooks file?

In theory, this might be possible, but I’d strongly recommend against it unless you have an exceptionally good reason. :blush:

When building components, it’s helpful to keep in mind that we’re aiming for a WYSIWYG (What You See Is What You Get) editor experience—something users naturally expect. That means the content in the editor should match what’s exported as closely as possible. Staying true to this principle helps ensure a smooth, predictable workflow for users and avoids confusion down the line.