-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox support #39
Comments
Loading the Chrome extension in FF seems to work, at least with the TodoMVC example. The only problem I've found was with font sizes. |
Our plan is to fork the React Devtools (https://github.com/relayjs/relay-devtools/tree/next) to gain their solid bridge abstraction and universal environment support (RN, Chrome, Firefox, etc). |
The basis of the code is here and it shouldn't be too difficult to build. Mainly needs testing and then figuring out the release process. |
Is there an update on this? Would love being able to use the DevTools in FF :) |
Are there any updates? |
Has anyone looked into supporting Firefox too?
And would FF support be something to add here, or rather a separate package/fork?
The text was updated successfully, but these errors were encountered: