+ {state => (
+
+ {currentStageConfig.instructionStep ===
+ InstructionStep.First && (
+ {
+ setStage(Stage.NewProviderFullScreen);
+ }}
+ clusterPublicUri={clusterPublicUri}
+ />
+ )}
+ {currentStageConfig.instructionStep ===
+ InstructionStep.Second && (
+ {
+ setStage(Stage.AddProvider);
+ }}
+ clusterPublicUri={clusterPublicUri}
+ />
+ )}
+ {currentStageConfig.instructionStep ===
+ InstructionStep.Third && (
+ {
+ setStage(Stage.CreateNewRole);
+ }}
+ clusterPublicUri={clusterPublicUri}
+ />
+ )}
+ {currentStageConfig.instructionStep ===
+ InstructionStep.Fourth && (
+ {
+ setStage(Stage.CreatePolicy);
+ }}
+ clusterPublicUri={clusterPublicUri}
+ />
+ )}
+ {currentStageConfig.instructionStep ===
+ InstructionStep.Fifth && (
+ {
+ setStage(Stage.AssignPolicyToRole);
+ }}
+ clusterPublicUri={clusterPublicUri}
+ />
+ )}
+ {currentStageConfig.instructionStep ===
+ InstructionStep.Sixth && (
+ {
+ setStage(Stage.ListRoles);
+ }}
+ clusterPublicUri={clusterPublicUri}
+ />
+ )}
+ {currentStageConfig.instructionStep ===
+ InstructionStep.Seventh && }
+
+ )}
+
+