The EuiInMemoryTable is still using a props_info.js file to generate the props table in our docs.
Following the work on #4125, we need to use the new !!prop-loader! to recreate the EuiInMemoryTable props tables. This way, any new prop added to the component will be automatically exposed.
The EuiInMemoryTable is still using a
props_info.jsfile to generate the props table in our docs.Following the work on #4125, we need to use the new
!!prop-loader!to recreate the EuiInMemoryTable props tables. This way, any new prop added to the component will be automatically exposed.