Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unique keys to generated JSX elements in Result.jsx
- Modified `Result.jsx` to include unique keys in JSX elements. - Wrapped `otherLines` array items with a `<p>` tag. Improves React's performance by providing unique identifiers to help with the rendering process and avoid potential key duplication issues. 🛠️
- Loading branch information