Closed Log1x closed 8 months ago
I added a conditional to check for shouldHandleDefaultRequest() before registering the default WordPress route in #356 but it is unnecessary and breaks custom routes (or at least Livewire, in my testing).
shouldHandleDefaultRequest()
I added a conditional to check for
shouldHandleDefaultRequest()
before registering the default WordPress route in #356 but it is unnecessary and breaks custom routes (or at least Livewire, in my testing).