use non deprecated way to get record name
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
- Issue type
- Refactor
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- javascript
- Domain
- tooling
Research direction
Start in packages/devtools/src/createFormatters.ts at the two cited locations that access ._name, then compare the deprecated API reference in Record.js with the modern record-name API. Centralize the lookup with backward compatibility and verify that record formatting still obtains names without relying directly on the deprecated access.
Written by the indexing model from the issue text.
Description
multiple locations [1] get record name using ._name which is marked as deprecated [2]
we could have an utility function that uses the modern way and falls back to _name if not found to be backward compatible but allow future versions of immutable to drop ._name.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 1
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from immutable-js/immutable-devtools
-
Difficulty 3/5 1-2 days Newbie friendliness 38/100
All issues in immutable-js/immutable-devtools
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·