You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: