The changes in this PR will be included in the next version bump. This PR includes changesets to release 14 packages NameType @heroui/toast Patch @heroui/theme Patch @heroui/react Patch @heroui/autocomplete Patch @heroui/checkbox Patch @heroui/date-input Patch @heroui/date-picker Patch @hero...
For such cases it would be beneficial to have a general loading indicator to block the user from any interaction until that the "initial" intended editor state is available. Right now, the experience in my plugin is somewhat unexpected, since the user has no idea something will happen, and ...
import { useContext, useEffect, useRef, useState } from 'react'; import { myContext } from '../../../App'; import { ellipsisString, systemsMatch } from '../Utilitiy'; import { ModalSpinner } from '../Spinner'; import { MappingContext } from '../../../Contexts/MappingContext'...