fix(explorer): dont rely on data to get slug, compute it in trie
This commit is contained in:
		@@ -23,7 +23,7 @@ export interface Options {
 | 
			
		||||
 | 
			
		||||
const defaultOptions: Options = {
 | 
			
		||||
  folderDefaultState: "collapsed",
 | 
			
		||||
  folderClickBehavior: "collapse",
 | 
			
		||||
  folderClickBehavior: "link",
 | 
			
		||||
  useSavedState: true,
 | 
			
		||||
  mapFn: (node) => {
 | 
			
		||||
    return node
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user