final-form / react-final-form

🏁 High performance subscription-based form state management for React
https://final-form.org/react
MIT License
7.39k stars 481 forks source link

Links after custom error component don't open #752

Open stanraluca opened 4 years ago

stanraluca commented 4 years ago

Are you submitting a bug report or a feature request?

Bug

What is the current behavior?

In a form using the custom error component, links that are after it don't work.

What is the expected behavior?

Sandbox Link

https://codesandbox.io/s/confident-germain-smxsp?fontsize=14&hidenavigation=1&theme=dark

What's your environment?

React Final Form's code sandbox

Other information

https://stackoverflow.com/questions/60511037/link-inside-react-final-form-does-not-work

stanraluca commented 4 years ago

not related to react-final-form. please see the solution here https://stackoverflow.com/a/60521899/10948889