Fork me on GitHub
#re-frame
<
2020-11-06
>
p-himik14:11:57

An interesting issue with global interceptors - it seems that the current API is not code reloading friendly. Calling reg-global-interceptor multiple times with the same exact interceptor (which is exactly what happens with code reloading) will add multiple copies of the same interceptor to the global interceptors queue.