behavior-tree
behavior-tree copied to clipboard
Move DevTools to browser extension
Currently DevTools is just a React component and it has some cons:
- It's unusable in pure JS environment
- You need to add it to your app tree
- It can collide with application UI
Browser extension like React DevTools would be a perfect solution.