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
Is this an unexpected behavior?
I know in Laravel you should use . instead of / for some reason🤷♂️. You can also use / for some reason! The problem here is that the component content is missing when you use / instead of ..
If this is expected behavior, then Laravel should throw an error and recommend using . instead of /.
This discussion was converted from issue #41835 on April 05, 2022 12:51.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
HTML output:
This content is missing:
Is this an unexpected behavior?
I know in Laravel you should use
.
instead of/
for some reason🤷♂️. You can also use/
for some reason! The problem here is that the component content is missing when you use/
instead of.
.If this is expected behavior, then Laravel should throw an error and recommend using
.
instead of/
.Steps To Reproduce:
Everything is visible in the screenshot.
Beta Was this translation helpful? Give feedback.
All reactions