How I Patched a NPM Library and Used It in Production
The Problem: A PR That Wasn't Merged In our project, we were using react-arborist for managing a tree view component. However, we needed a feature that wasn’t available in the official package. After searching, I found an open pull request (PR) that ...