A computed property name must be of type 'string', 'number', 'symbol', or 'any'.ts

后端 未结 0 1002
离开以前
离开以前 2021-01-31 06:57

I am using redux-saga and redux-actions with Typescript, like this:

 const moviesReducer = handleActions(
      {
        [actions.fetchMovies]: (state) => ({
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题