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
the filament tour return this error message:
filament-tour-scripts.js?v=3.1.0.9:2 Uncaught TypeError: Cannot convert undefined or null to object
at getOwnPropertyNames ()
at V (filament-tour-scripts.js?v=3.1.0.9:2:627)
at s (filament-tour-script…s?v=3.1.0.9:2:14278)
at Object.drive (filament-tour-script…s?v=3.1.0.9:2:15107)
at m (filament-tour-script…s?v=3.1.0.9:2:24002)
at c (filament-tour-script…s?v=3.1.0.9:2:19654)
at filament-tour-script…s?v=3.1.0.9:2:19121
at handler4 (livewire.js?id=cc800bf4:4665:7)
at dispatchEvent (livewire.js?id=cc800bf4:4675:12)
at dispatch3 (livewire.js?id=cc800bf4:4642:5)
How to reproduce the bug
my code is simply this:
public function tours(): array
{
return [
Tour::make('dashboard')
->steps(
Step::make(".prova")
->title('Woaw ! Here is your avatar !')
->description('You look nice !')
->icon('heroicon-o-user-circle')
->iconColor('primary')
),
];
}
use HasTour;
i use a class Dahsbord that extends filament's Page class
Package Version
3.0.0
PHP Version
8.3.8
Laravel Version
11
Which operating systems does with happen with?
No response
Notes
No response
The text was updated successfully, but these errors were encountered:
What happened?
the filament tour return this error message:
filament-tour-scripts.js?v=3.1.0.9:2 Uncaught TypeError: Cannot convert undefined or null to object
at getOwnPropertyNames ()
at V (filament-tour-scripts.js?v=3.1.0.9:2:627)
at s (filament-tour-script…s?v=3.1.0.9:2:14278)
at Object.drive (filament-tour-script…s?v=3.1.0.9:2:15107)
at m (filament-tour-script…s?v=3.1.0.9:2:24002)
at c (filament-tour-script…s?v=3.1.0.9:2:19654)
at filament-tour-script…s?v=3.1.0.9:2:19121
at handler4 (livewire.js?id=cc800bf4:4665:7)
at dispatchEvent (livewire.js?id=cc800bf4:4675:12)
at dispatch3 (livewire.js?id=cc800bf4:4642:5)
How to reproduce the bug
my code is simply this:
public function tours(): array
{
return [
Tour::make('dashboard')
->steps(
Step::make(".prova")
->title('Woaw ! Here is your avatar !')
->description('You look nice !')
->icon('heroicon-o-user-circle')
->iconColor('primary')
),
];
}
use HasTour;
Package Version
3.0.0
PHP Version
8.3.8
Laravel Version
11
Which operating systems does with happen with?
No response
Notes
No response
The text was updated successfully, but these errors were encountered: