You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"cannot define attribute called :inner_block. Maybe you wanted to useslotinstead?"
After:
":inner_block is the reserved name for the" <>
((sys_env_term() in @osc8_support &&
"\e]8;;https://hexdocs.pm/phoenix_live_view/Phoenix.Component.html#slot/3-the-default-slot\a") ||
"") <>
"default slot" <>
((sys_env_term() in @osc8_support && "\e]8;;\a") || "") <>
"and cannot name an attribute.\n\nMaybe you wanted to use `slot` instead?"
Would it be worthwhile to add a hyperlink to some error messages?
For example, here.
Before:
"cannot define attribute called :inner_block. Maybe you wanted to use
slotinstead?"
After:
OSC 8 adoption info here.
The text was updated successfully, but these errors were encountered: