xcv58/Tab-Manager-v2

View on GitHub
packages/extension/src/js/stores/Focusable.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

constructor(store: Store) {
makeObservable(this, {
id: observable,
nodeRef: observable,
setNodeRef: action,
Severity: Major
Found in packages/extension/src/js/stores/Focusable.tsx and 1 other location - About 1 hr to fix
packages/extension/src/js/stores/HoverStore.tsx on lines 11..20
Category
Status