Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't register classes only found at runtime
Summary: This caused issues for me when I tried to provide a native module on init that was also KVO'd (and dynamically subclassed) On closer inspection, it also seems highly inconsistent to register these classes in DEBUG mode but have them fail silently in production. Reducing the difference between debug and release seems like a safer option. public Reviewed By: nicklockwood Differential Revision: D2819838 fb-gh-sync-id: 79ab72b1152c89eae38c965ff7724aba59a00949
- Loading branch information