In the latest version of pkhex when I click Display raids this shows:
Exception Details:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at PKHeX_Raid_Plugin.RaidTemplateExtensions.GetIndex(IReadOnlyList`1 entries, Int32 stars, Int32 roll)
at PKHeX_Raid_Plugin.RaidTemplateExtensions.ConvertToPKM(RaidTemplateTable[] denDetails, RaidParameters raidParameters, UInt64 hash, UInt32 TID, UInt32 SID)
at PKHeX_Raid_Plugin.RaidManager.GenerateFromIndex(RaidParameters raidParameters)
at PKHeX_Raid_Plugin.RaidList.LoadDen(RaidParameters raidParameters)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
at PKHeX_Raid_Plugin.RaidList..ctor(SaveBlockAccessor8SWSH blocks, GameVersion game, Int32 badges, Int32 tid, Int32 sid)
at PKHeX_Raid_Plugin.RaidPlugin.Open()
How do I fix it