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
Re-removed option to clear search filter, but added option to override this component.
Added option to import the undecorated FileBrowser component (without the HTML5 DragDropContext), such that the consumer can decorate themselves (necessary when there are multiple components on the page using dnd). Do this with something like import { RawFileBrowser as FileBrowser } from 'react-keyed-file-browser' in your code.
Fixed detailRender ignoring custom props passed to it.