Dan M.
Dan M.
@shamoons , Create a typings folder in your project root, then add the contents of the gist to a file called finale-rest-d.ts. This should just work as long as you...
@shamoons , Oh sorry, I'm not sure how to help with that.
`update.write.after` is too late. I can't figure out what changed if I wait until then. I ended up using `update.fetch.after` because I can at least see what the original values...
@winhtaikaung, I feel like I'm missing something really obvious, but I'm not able to use this package in TypeScript at all. There is no d.ts file in the react-tiny-link/lib folder...
Follow-up: It looks like the main problem is with `"typings": "src/lib/index.d.ts",` in package.json. When I install the package, there is no lib folder inside src, so typings cannot be found....
The webpack workaround sounds great...if I weren't using Create React App. I could probably hack something together using CRACO, but hopefully a proper solution can be found ASAP.
@matheusgrieger , That's amazing! But it made me realize that even though I'm using Antd/rc-picker, the locales seem to be getting loaded by date-fns itself. Any thoughts on what could...
@matheusgrieger, Follow-up: this seems to work in development, but in production, I'm getting all kinds of errors from dateFns.js for pages that have a Calendar or DatePicker on them, so...
@matheusgrieger, My app only uses en-US as far as I know. Perhaps there's something about the server (Azure App Service, in my case) that's causing the issue (e.g., maybe the...
Do your fixes work for any type of monorepo or just Lerna? I have a very simple setup that's just a parent project with a handful of child projects. No...