import React from 'react'; import type { ActionObject } from 'jamis-core'; import type { ChainedSelectProps, Option } from '../types'; interface ChainedSelectState { stack: Array<{ options: Array