Closed
Description
Laravel 10 with latest version of this package running a livewire component that has the following code. (I'm getting the same error when using it in a normal blade file that is not a livewire component)
@cloudinaryJS
<x-cld-upload-button>
Upload Files
</x-cld-upload-button>
Getting the error Unable to locate a class or view for component [cld-upload-button].
Any idea what could fix this or what the problem might be?