Added EventSource connection to mercure hub possible

This commit is contained in:
Alejandro Celaya
2020-04-17 17:11:52 +02:00
parent 37e6c27461
commit f3129399de
9 changed files with 86 additions and 46 deletions

View File

@@ -17,7 +17,7 @@ export const MercureInfoType = PropTypes.shape({
const initialState = {
token: undefined,
mercureHubUrl: undefined,
loading: false,
loading: true,
error: false,
};