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'm manually compiling the test bed for my component because I had an error using TestUtils but now I have this error:
Failed: Can't resolve all parameters for NavParams: (?)
I'm calling a function from the construction to get the NavParams I was doing this from the ionViewDidLoad() but since I upgraded to rc3 I had to move all my declarations from ionViewDidLoad() to the constructor.
Do you have any idea?
The text was updated successfully, but these errors were encountered:
Hi!
I'm manually compiling the test bed for my component because I had an error using TestUtils but now I have this error:
I'm calling a function from the construction to get the NavParams I was doing this from the ionViewDidLoad() but since I upgraded to rc3 I had to move all my declarations from ionViewDidLoad() to the constructor.
Do you have any idea?
The text was updated successfully, but these errors were encountered: