hoistableJsxElementExtract `{{elementText}}` to a shared module-level const — this Roblox JSX element is fully static and identical elements should reuse the same const.small-rules/prefer-hoisted-jsx-elementsPrefer extracting static Roblox JSX intrinsic elements to module-level constants.
hoistableJsxElementExtract `{{elementText}}` to a shared module-level const — this Roblox JSX element is fully static and identical elements should reuse the same const.This rule accepts one options object after the severity.
function View() { return <staticbadge />;}function View() { return <Component enabled={true} />;}