Dan Dimerman
Dan Dimerman
I'm trying to create a component library that depends on [material-ui](https://material-ui.com/). When loading the library from the main project, I get a `Error: Invalid hook call.` what am I doing...
I'm using `[email protected]` This looks similar to https://github.com/ankane/lockbox/issues/109 and according to the changelog this was addressed on [version 0.6.3](https://github.com/ankane/lockbox/blob/master/CHANGELOG.md#063-2021-03-30). maybe it's a regression? I have a field defined as: ```...
on #947 tapioca skips the debug gem. however I'm seeing errors such as: ``` sorbet/rbi/gems/[email protected]:13320: Replace with Logger::Severity::DEBUG 13320 | include ::DEBUGGER__::TrapInterceptor ^^^^^^^^^^^^ ``` workaround: add to `todo.rbi` ``` module...
the following test fails ``` it 'parses' do ical = 'DTSTART;TZID=AST:20170801T220500\rRRULE:FREQ=MINUTELY;INTERVAL=5' schedule = IceCube::Schedule.from_ical ical expect(schedule.start_time.zone).to eq 'AST' end ``` IMHO it's because on ical_parser.rb:7 the `tzid` value is read...