Shared Clock pin with multiple strips

I have a custom ESP32 Pico kit board with 6 outputs for APA102 strips. Each strip uses an individual data pin, but the clock pin is shared. This works great in FastLED, but WLED doesn’t allow a shared clock pin. It shows a conflict in pins after the second strip is setup. Are their any concerns in sharing the clock pin, and is this a bug?

I’m sure that’s just unanticipated.