-
-
Notifications
You must be signed in to change notification settings - Fork 32
Support custom renderers #343
Copy link
Copy link
Labels
debuggerRelated to the debugger packageRelated to the debugger packageenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
debuggerRelated to the debugger packageRelated to the debugger packageenhancementNew feature or requestNew feature or request
Currently the debugger assumes that components render HTML elements only.
This makes the locator and DOM-tree mode useless when using custom renderers like threejs, pixijs or lightningjs.
Supporting custom renderers would require looking at the following functionalities, and coming up with an interface for customization:
Related previous attempt at this: #302
These should probably be fixed as well: #342, #339