Travis

Results 4 comments of Travis

@drashna Requested changes made, thank you for the review.

> I'm not sure what this uses for the format strings. The documentation is sparse. But this seems to provide a lower-case `a.m.` and `p.m` (with the default locale): >...

Using "next": "13.4.13", I also had to add: `transpilePackages: ["react-textarea-code-editor"],` to my `nextConfig` object

> I had the same error, and what I did is to change the import to require js, like this: > > `const { library, config } = require('@fortawesome/fontawesome-svg-core');` I...