- {(provided, snapshot) => (
-
- {state.steps.map((step, index) => {
- const questionPicker =
- step.topic.id === questionPickerTopicId ? (
- {
- setQuestionPickerTopicId(null);
- }}
- id="questionPicker"
- />
- ) : null;
-
- return (
-
-
- {questionPicker}
-
- );
- })}
- {provided.placeholder}
-
- )}
-
-