Daniel Rose

Results 9 comments of Daniel Rose

I added `@babel/plugin-proposal-nullish-coalescing-operator` including in my babel config per stack overflow and seems to be doing the trick!

Difference between @Andreyco's implementation and redux-form is that warn in redux-form [does **not** mark a form as invalid stopping submission](https://github.com/erikras/redux-form/releases/tag/v6.1.0) In redux-form as the name implies, a warning is just...

> @samrcwaters Agreed, I just ran into this same issue. Has anyone else found a workaround to show errors while still allowing form submissions? I just check if the field...

@madduccino pull this down and LMK if it works for you!

Per a conversation / review today, need to try harder on the sprite index labels Something about the `reverse` isn't behaving as to be desired

The example source code is easy to find in the repo as well! https://github.com/HubSpot/react-select-plus/blob/master/examples/src/components/GroupedOptionsField.js

@philippefutureboy wondering how far you got along this path. I've found [this post](https://medium.com/square-corner-blog/serverless-instant-checkout-links-with-square-6fa331d51928), which seems to at least be a starting point. If there is a more boilerplate starting point/tutorial...

This is a preliminary sample for those who come next: ```js const functions = require("firebase-functions"); const crypto = require("crypto"); const axios = require("axios"); // be sure to add to package.json...

It's a bit hacky of a solution but I found that if you first call `pdfMake.createPdf(...)` on the content you want, the library injects some real calculations into 'widths' rather...