left: -40px;
, то изображение накладывается на левую границу. Как это избежать ? const wrapper = shallow(<Balance />);
&description2__regex=/
и ?sort=-createdAt
const description3 = getState().todo.description3
; и хочу передать ее сюда в конечном итоге.const todoSchema = new mongoose.Schema({
description3: {type: String, required: true},
description2: {type: String, required: true},
done: {type: Boolean, required: true, default: false},
createdAt: {type: Date, default: Date.now}
});