Replies: 1 comment
-
|
Apparently, I have the same issue. I believe this issue is similar to how the PHP Intelephense extension in VSCode considers the method 'user()' to be an undefined method in the method chaining 'auth()->user()->id' from Laravel. I prefer to ignore it as the code itself works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Package
Panel builder
Package Version
3
How can we help you?
Using this code https://filamentphp.com/docs/3.x/forms/fields/custom#view-fields
VSC PHP extensions by Devsense showing a error/problem
Argument '1' passed to view() is expected to be of type Filament\Support\Components\view-string|null, string givenPHP(PHP0406)
even there is a problem showing up, the code still work.
Beta Was this translation helpful? Give feedback.
All reactions