dan about 1 year ago
tip for React/RN library authors: if youโre creating a library that messes with refs or native handles, *please*, verify that itโs able to handle conditional rendering and refs changing over time! conditional rendering is a fundamental React feature. i donโt know how this wasnโt caught for years