Jan Tölg
Jan Tölg
Hi, is folding of 3 line closure intended to develop in new versions? My classic use-case, it's too long for one-line expression: ``` ->filter(function (DiscountedProduct $discountedProduct) use ($product) { return...
When using recaptcha inside JSX, Recaptcha is not fully rendered. Div is blank. `` react-recaptcha is imported and rendered as ``
Can't find out how to run sorting using 'modern usage' from docs ``` import React from 'react'; import { SortableContainer } from 'react-anything-sortable'; class SortableItem extends React.Component { render() {...
I think it could be good to be able to take some action after clicking the paypal button and before redirecting to paypal site. It could validate if user was...