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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
learn open react-simple-state-lab gives an error
=> lib/learn_open/lessons/ios_lesson.rb:6 ... undefined method ... for false:FalseClass
I get the same error with ruby 2.3.7 and in the learn ide.
It works fine in other labs.
Manually cloning and installing the lab works just fine .
arye@LAPTOP-8UERGPF7:/mnt/c/Users/aryed/Desktop/vm-share/labs/react-initial-state-lab-v-000$ learn open react-simple-state-lab
Looking for lesson...Traceback (most recent call last):
11: from /home/arye/.rvm/gems/ruby-2.5.3/bin/ruby_executable_hooks:24:in `<main>'
10: from /home/arye/.rvm/gems/ruby-2.5.3/bin/ruby_executable_hooks:24:in `eval'
9: from /home/arye/.rvm/gems/ruby-2.5.3/bin/learn-open:23:in `<main>'
8: from /home/arye/.rvm/gems/ruby-2.5.3/bin/learn-open:23:in `load'
7: from /home/arye/.rvm/gems/ruby-2.5.3/gems/learn-open-1.2.22/bin/learn-open:7:in `<top (required)>'
6: from /home/arye/.rvm/gems/ruby-2.5.3/gems/learn-open-1.2.22/lib/learn_open/opener.rb:11:in `run'
5: from /home/arye/.rvm/gems/ruby-2.5.3/gems/learn-open-1.2.22/lib/learn_open/opener.rb:36:in `run'
4: from /home/arye/.rvm/gems/ruby-2.5.3/gems/learn-open-1.2.22/lib/learn_open/lessons.rb:19:in `classify'
3: from /home/arye/.rvm/gems/ruby-2.5.3/gems/learn-open-1.2.22/lib/learn_open/lessons.rb:19:in `find'
2: from /home/arye/.rvm/gems/ruby-2.5.3/gems/learn-open-1.2.22/lib/learn_open/lessons.rb:19:in `each'
1: from /home/arye/.rvm/gems/ruby-2.5.3/gems/learn-open-1.2.22/lib/learn_open/lessons.rb:20:in `block in classify'
/home/arye/.rvm/gems/ruby-2.5.3/gems/learn-open-1.2.22/lib/learn_open/lessons/ios_lesson.rb:6:in `detect': undefined method `any?' for false:FalseClass (NoMethodError)