question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Composition characters break with react-redux@5 and redux-form-material-ui

See original GitHub issue

Are you submitting a bug report or a feature request?

A bug report.

What is the current behavior?

rr-5 mov

Japanese character ‘さ’ is from Roma-ji ‘s’ and ‘a’. But with react-redux@5, first ‘s’ was fixed without return key.

What is the expected behavior?

rr-4 mov

With react-redux@4, ‘さ’ was inserted exactly.

What’s your environment?

  • redux-form 6.5.0
  • react-redux 5.0.2
  • material-ui 0.17.0
  • redux-form-material-ui 4.1.2
  • macOS 10.12.3
  • Chrome 56.0.2924.87
  • Google IME

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Eiryyycommented, Jul 4, 2017

@erikras @CoderNie @jiexishede Now, with redux-form@6.8.0, redux-form-material-ui@4.2.0, redux@3.7.1, react-redux@5.0.5, this problem doesn’t happen.

0reactions
lock[bot]commented, Jul 4, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Composition characters break with react-redux@5 ... - GitHub
Really simple. import React from 'react' import { Field, reduxForm } from 'redux-form' import { TextField } from 'redux-form-material-ui' const ...
Read more >
Material UI Example - Redux Form
This is a simple demonstration of how to connect all the standard material-ui form elements to redux-form . For the most part, it...
Read more >
reactjs - redux form and material ui framework -- with auto type
You can tell the typeAnimation to stop typing, with the callback function, It just an idea, const shouldContinue = callback(concatStr); // ...
Read more >
Redux setup - ALCA Profumerie
The Redux setup is done. import { createStore , combineReducers } from 'redux'; import { reducer as formReducer } from 'redux-form'; const Jun...
Read more >
usedispatch hook in function Code Example - Code Grepper
Source: react-redux.js.org ... change color of material design angular progress bar ... remove special characters from string javascript ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found