'Attempted import error: 'SelectDialog' is not exported from '@ui5/webcomponents-react'

I'm using UI5 web component https://sap.github.io/ui5-webcomponents-react/?path=/docs/modals-popovers-selectdialog--default-story in React

and I'm using SelectDialog Component but I'm getting this error Attempted import error: 'SelectDialog' is not exported from '@ui5/webcomponents-react'.

can anyone please help me on the same I'm using @ui5/webcomponents-react version 0.13.11.

Code

import {SelectDialog } from '@ui5/webcomponents-react';

return (
    <SelectDialog
    
      ref={iconRef}
  
      ></SelectDialog>
  )

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source