React component not rendering after store.dispatch()

So I have a Componenet Financials.tsx

which renders-
<ActionPane props={fsActionPane.actionProps} />

and fsActionPane= useSelector((state: State) => state.fsActionsReducer);

and contains a useEffect-

 useEffect(() => {
 FinancialsUtility.setPropsForLockUnlockPane();
    }, [
      fsActionPane.type])

FinancialsUtility.setPropsForLockUnlockPane(); this function internally sets fsActionPane.actionProps being send to ActionPane.

there is on button UI somewhere in the code which changes fsActionPane.type

FinancialsUtility.tsx is a static class —

and this function setPropsForLockUnlockPane() function conatins many fields that needs to be rendererd by

for eg-

{
                type: TOGGLE_WITH_HEADING,
                fieldProps: {
                  onChange: async (e, value) => {
                    debugger
                    await store.dispatch(setSelectedSheets(value))
                  },
                  toggleOp: sheets,
                  value: fsActionPaneState.selectedSheets,
                  toggleStyling: {
                    width: '8rem'
                  },
                  heading: {
                    name: 'Select Sheets',
                    btn: {
                      name: 'Select All Sheets',
                      onClick: async () => {
                        // if selected sheets length is equal to sheets options length then deselect all
                        if (fsActionPaneState.selectedSheets.length === sheets.length) await store.dispatch(setSelectedSheets([]))
                        else await store.dispatch(setSelectedSheets(sheets))
                      }
                    }
                  }
                }
      
              }

the field componenet that this object renders is—

 getToggleWithHeading=(params)=> {
        let toggleOptions: any = [];
        params?.toggleOp?.forEach((key) => {
            toggleOptions.push({ key: key, value: key });
        })
        return <div className="actionPaneToggleWithHeading" data-testid='TestactionPaneToggleWithHeading'>
            <div className="actionPaneToggleHeading">
                <div className='actionPaneToggleHeadingLeft'>{params?.heading?.name}</div>
                <IvpButton name={params?.heading?.btn?.name}
                    variant='text'
                    onClick={params?.heading?.btn?.onClick}
                    color="IvpButtonPrimary"
                    fontColor="#4981d1" />
            </div>
            <IvpToggle
                variant='IvpToggleButtonSet'
                value={params?.value}
                toggleOptions={toggleOptions}
                onChange={params?.onChange}
                toggleButtonDefaultForegroundColor={'#6e7198'}

                toggleButtonSelectedBackgroundColor={'#898fbd'}
                toggleButtonSelectedForegroundColor={'#ffffff'}
                
                toggleButtonHoverBackgroundColor={'#dfe1f0'}
                toggleButtonHoverForegroundColor={'#585b85'}
                toggleStyling={params.toggleStyling}

                borderRadius={'5px'}
            />
        </div>

    }

Now the issue is-

onChange: async (e, value) => {
debugger
await store.dispatch(setSelectedSheets(value))
},

this onchange sets selectedSheets present in reducer but does not re-render the component.
It does re-renders but before it has set the property in reducer. not after. I even added async await still not re-rendering.

Can somebody please help me with this one? Also if you feel my way of doing this is very complicated please help me out with another way.

************** little back story about the component *********************

So this is a generic parent componenet which has 3 child components under it being rendererd following a factory pattern. If ‘type’ is ‘Lock’ or ‘Unlock’ then ActionPane /> internally renders
so type is generated at runtime by user hence kept it in reducer.

I feel the issue can be that the function in FinancialsUtility that sets the props, might needs to be called again after setting the sheets value? but can i do it?

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật