React-joyride: joyride:parseSteps

Created on 14 Sep 2016  路  3Comments  路  Source: gilbarbara/react-joyride

Hey man love the library. Its working really well for me. I was wondering if its possible to supress your warning for the target not being mounted. This is pretty helpful most of the time but when i run my test it goes nuts because i mostly use shallow rendering so im not actually mounting child components. Im sure there is a way for me to suppress this in phantom or karma but i wanted to see if you had intended to have it targeted by the debug flag as well.

Thanks,

Jordy

Most helpful comment

Done! 馃憤

All 3 comments

Done! 馃憤

@jjordy I am trying to test my component using shallow rendering, but it's not possible since I cannot use ref method inside Joyride component and thus not able to call this.joyride.parseSteps. How were you able to achieve this?

Thanks in advance!

As of version 1.8.0, it's no longer necessary to parse steps before providing them to joyride! :-D You can pass them in directly as the steps prop.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zlwaterfield picture zlwaterfield  路  6Comments

yaskor picture yaskor  路  6Comments

burtonator picture burtonator  路  5Comments

captainkovalsky picture captainkovalsky  路  6Comments

ps1223 picture ps1223  路  3Comments