Layer doesnt import module
I have the Supabase module installed in a layer, along with several components, each with its own functionality. When I use this layer via extend in the main application, the components from the Supabase layer appear, but their functionality doesn’t work.
The error message is clear: the useSupabaseClient composable from the Supabase layer isn’t available, even though this composable is provided by the module.
What could be causing this issue? (Note: the base application doesn’t have the Supabase module itself—I thought that if the layer were imported correctly, it should include the module as well.)
The error message is clear: the useSupabaseClient composable from the Supabase layer isn’t available, even though this composable is provided by the module.
What could be causing this issue? (Note: the base application doesn’t have the Supabase module itself—I thought that if the layer were imported correctly, it should include the module as well.)