Hey guys, any way we can conditionally register/lo...
# gooddata-ui
g
Hey guys, any way we can conditionally register/load plugins when in edit mode, I have a plugin I do not want activated in edit mode. The plugins are local and we are using the dashboard loader hook.
m
Hello @Gonçalo Teixeira I think this is currently not possible 😕 Can you write a bit more about your exact use case?
g
I've actually managed to solve this, I used the redux selector to get the render mode and then render the plugin conditionally
🙌 2