Skip to content

Commit

Permalink
add comment with a link to the refactoring issue
Browse files Browse the repository at this point in the history
  • Loading branch information
antonDedyaev committed Mar 17, 2023
1 parent 6ff52fe commit 4eb0db3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/js/slices/solutionSlice.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/* eslint-disable no-param-reassign */

/* TODO: issue https://github.com/Hexlet/hexlet-sicp/issues/1526
Упростить логику, убрав стейт из редакса и сделав локальный стейт в Teacher's Solution!
*/
import { createSlice } from '@reduxjs/toolkit';
import { handleNewCheckResult } from './checkResultSlice';

Expand Down

0 comments on commit 4eb0db3

Please sign in to comment.