Replies: 1 comment
-
A little more digging in Safari and I have found the following error in the Safari Console:
Suspecting livewire behaviour might be an issue. |
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
-
Hi all,
Great plugin, I'm not really sure why filament don't include similar functionality in core. Anyway, one small problem. I have a resource Fixture which uses tabs with 1 or more Njxqlus RelationManager's in each tab.
Everything was going fine while building my app and testing in Chrome. However, I then passed to my client to start testing, and he has an issue where this Fixture resource returned a completely blank page in Safari on Mac.
I started investigating and found that I seem to be using 2 too many Njxqlus RelationManagers.
Take this code which builds the main infoList component on my resource page, with several tabs:
` public static function infolist(Infolist $infolist): Infolist
In Chrome, the resource renders fine.
In Safari the resource renders a blank page. However, if I comment out any combination of the above static::... lines which result in reducing the number of RelationManager by 2 or more, the page will render. For example:
I've tried all combinations, and I'm pretty sure the issue is related to the overall number of RelationManagers being > 9, and the problem only shows in Safari, not Chrome.
Not sure where to go with debugging from here. Am going to see if I can find any errors in Safari, nothing obvious in developer tools so far.
Any help greatly appreciated.
TIA
:wq
Beta Was this translation helpful? Give feedback.
All reactions