#some my styling gone after updating from v3 to v4
12 messages · Page 1 of 1 (latest)
Are you using a custom theme?
Did you run npm run build and artisan filament:upgrade? also check artisan optimize:clear
yes, my theme config :
@import '../../../../vendor/filament/filament/resources/css/theme.css';
@import '../../../../vendor/guava/calendar/resources/css/theme.css';
@source '../../../../app/Filament/**/*';
@source '../../../../resources/views/filament/**/*';
@source '../../../../resources/views/livewire/**/*';
@source '../../../../app/Livewire/**/*';
@source '../../../../vendor/guava/calendar/resources/**/*';
@source '../../../../vendor/guava/filament-modal-relation-managers/resources/**/*.blade.php';
@source '../../../../vendor/awcodes/palette/resources/**/*.blade.php';
Well, then the theme is probably not the issue. No failed 404s for those files?
Seems like some views might be outdated?
- Do you have views published?
- Try removing vendor and reinstalling
it's seem this causing by one plugin : eightynine/filament-advanced-widgets
the author saying it v4 compatible, but his plugin just work with tailwindcss v3 .... 😬
I submit a PR, just waiting for it ...