question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

file explorer theme is not working..

See original GitHub issue

There is any error in console but it still default theme…

import * as React from 'react';
import SortableTree,{addNodeUnderParent, removeNodeAtPath} from 'react-sortable-tree';
import {FileExplorerTheme} from 'react-sortable-tree-theme-file-explorer';

 <SortableTree
                    theme={FileExplorerTheme}
                    treeData={this.state.treeData}
                    onChange={treeData => this.setState({treeData})}   ....



Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
top1stcommented, Nov 14, 2017

@fritz-c I can see your code in generateNodeProps icons: and buttons: Is there any other things possible like divs spans etc And How i can add a my custom component to GenerateNodeProps

1reaction
fritz-ccommented, Nov 14, 2017

@top1st The icons were just something I added for example usage. Check out the demo code here to see how I did it: https://github.com/fritz-c/react-sortable-tree-theme-file-explorer/blob/master/demo/app.js

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows 10 file explorer dark mode not working
Right-click a vacant area on the desktop, and then click Personalize. · Click the side-tab labeled Colors. · Under Choose Your Default App...
Read more >
Fix: File Explorer Dark Theme Not Working on Windows 10
Method 4: Re-applying the Dark Mode · Press Windows key + R to open up a Run dialog box. · Inside the Colors...
Read more >
Windows 10/11 File Explorer dark theme not working [Fixed]
What can I do if the File Explorer dark theme is not working? · Make sure that you have the latest updates installed...
Read more >
Dark Theme not working on File explorer for Windows 10
Dark Theme not working on File explorer for Windows 10 ; step 1: Press the Win + I keys on your keyboard to...
Read more >
Fix File Explorer Dark Theme Not Working on Windows 10
How to Fix File Explorer Dark Theme Not Working on Windows 10 · 1. Press the Ctrl + Shift + Esc keys together...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found