Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: filament tour js error #26

Open
Steve1258 opened this issue Oct 8, 2024 · 1 comment
Open

[Bug]: filament tour js error #26

Steve1258 opened this issue Oct 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Steve1258
Copy link

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;

 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

@Steve1258 Steve1258 added the bug Something isn't working label Oct 8, 2024
@moedayraki
Copy link

Out of curiosity, does this ...(".prova") element exist in your Dashboard?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants