Tell me how to get rid of the circular dependency, I import all steps in allStep and use allStep in goToStep, BUT goToStep is used in each step inside (
Problem
step-1.js -> go to step.js -> all-step.js -> step-1.js
https://codesandbox.io/s/shy-wave-vxt0v?file=/go-to-step.js