Lines Matching refs:produce
15 import {produce} from 'immer';
41 return produce(state, draft => {
58 return produce(state, draft => {
77 state = produce(state, draft => {
85 const after = produce(createEmptyState(), draft => {
92 const once = produce(createEmptyState(), draft => {
102 const twice = produce(once, draft => {
121 const afterGroup = produce(state, draft => {
131 const afterTrackAdd = produce(afterGroup, draft => {
148 const once = produce(createEmptyState(), draft => {
168 const twice = produce(once, draft => {
184 const after = produce(state, draft => {
200 const after = produce(state, draft => {
216 const after = produce(state, draft => {
230 const after = produce(state, draft => {
244 const after = produce(state, draft => {
257 const after = produce(state, draft => {
270 const after = produce(state, draft => {
286 const once = produce(createEmptyState(), draft => {
292 const twice = produce(once, draft => {
302 const thrice = produce(twice, draft => {
319 produce(state, draft => {
328 const after = produce(state, draft => {
346 const after = produce(state, draft => {
385 const after = produce(state, draft => {
423 const after = produce(state, draft => {