You have a missing class import. Try importing this class: Major\Fluent\Formatters\Number\Locale\Locale.
@Toby i got this error when i tried creating new post after upgrading the water core to 0.2
<?php extract(collect($attributes->getAttributes())->mapWithKeys(function ($value, $key) { return [Illuminate\Support\Str::camel(str_replace([':', '.'], ' ', $key)) => $value]; })->all(), EXTR_SKIP); ?>
@props(['post'])
<x-waterhole::post-list-item :post="$post" {{ $attributes }}>
{{ $slot ?? "" }}
</x-waterhole::post-list-item>
1 Comment
Hi @Adeala Ademola, have you tried all of the steps in the Troubleshooting documentation? When posting in the Support channel, please include as much information as possible, including any relevant information in the logs, and detail what debugging steps you have tried (eg. clearing the cache).