#some my styling gone after updating from v3 to v4

12 messages · Page 1 of 1 (latest)

left vale
#

All the styling gone away (table row and all form components) after upgrading from v3 to v4 :

long wrenBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

raven fiber
#

Are you using a custom theme?

#

Did you run npm run build and artisan filament:upgrade? also check artisan optimize:clear

left vale
#

yes, first time that 's happen to me on upgrading v3=> v4

left vale
# raven fiber Are you using a custom theme?

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';
raven fiber
# left vale ..

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
left vale
#

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 .... 😬

left vale
#

I submit a PR, just waiting for it ...