You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add a removed step but unable to do so, I am getting the following error. Please help me
Uncaught TypeError: Illegal invocation at MStepper.activateStep (mstepper.js:451:41) at clickPenaltyVariable (BondCreationPage.js:365:44) at HTMLButtonElement.onclick (Create:466:117)
Here is how I am doing it
Inside one function removedPenaltyStep = stepperInstace.deactivateStep(document.getElementById("removableStep_1_9_2"));
Inside another function stepperInstace.activateStep(removedPenaltyStep)
removedPenaltyStep is global
The text was updated successfully, but these errors were encountered:
I am trying to add a removed step but unable to do so, I am getting the following error. Please help me
Uncaught TypeError: Illegal invocation at MStepper.activateStep (mstepper.js:451:41) at clickPenaltyVariable (BondCreationPage.js:365:44) at HTMLButtonElement.onclick (Create:466:117)
Here is how I am doing it
Inside one function
removedPenaltyStep = stepperInstace.deactivateStep(document.getElementById("removableStep_1_9_2"));
Inside another function
stepperInstace.activateStep(removedPenaltyStep)
removedPenaltyStep is global
The text was updated successfully, but these errors were encountered: