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
When a component type is injected from the injector and another developer attempts to view the component's source from React DevTools, it redirects to Replugged's injector instead of the component itself. This can pose a challenge for developers trying to access the component's source.
Reproduction steps
Inject into component
Find Component in React Tree
Click View Source
Expected behavior
Redirect to component's source
Actual behavior
Redirect to injector's source
Additional information
No response
Please confirm the following
I checked if Discord and Replugged are up to date
I made sure this is not related to an external plugin or a theme
Describe the bug
When a component type is injected from the injector and another developer attempts to view the component's source from React DevTools, it redirects to Replugged's injector instead of the component itself. This can pose a challenge for developers trying to access the component's source.
Reproduction steps
Expected behavior
Redirect to component's source
Actual behavior
Redirect to injector's source
Additional information
No response
Please confirm the following
The text was updated successfully, but these errors were encountered: