New issue checklist
General information
IGListKit version: 4.0.0
- iOS version(s): 14.5
- CocoaPods/Carthage version:
- Xcode version: 12.5
- Devices/Simulators affected: All Device
- Reproducible in the demo project? (Yes/No): Yes
- Related issues:
Debug information
# Please include debug logs using the following lldb command:
po [IGListDebugger dump]
Hi, i've notice that section value inside init() method is always returning invalid value which is 9223372036854775807, it should have returning 0 if it is the first section , 1 if it is the second section and etc..,
here is the screenshoot

but if i print the section value inside didUpdate() method , it's returning the correct value
is it a defect or intentional that section value inside init() method is always 9223372036854775807?
Thanks