Nate Radebaugh
Nate Radebaugh
Thanks @alekseykulikov this is getting closer. How can I get the deployment URL, instead of the pull request number? Eg, for use with "Vercel" I have a deployment per commit:...
Thanks @mikenikles this looks promising and is working for me, so thanks!! _Note: this only works `on` `pull_request` and will error out if it's configured for `on` `push`._ ## Building...
This feature would also help when npm deps require `npm ci --force` for the action to work. aka deps that still don't officially support react 18.x even though things may...
@Ethan-Arrowood You can apply a variety of filters using the website: https://fontawesome.com/icons?d=gallery You can see here whether it is Solid, Regular, Light, or Brand. At https://fontawesome.com/how-to-use/js-component-packages you can see the...
Good point. The only indicator is the class on the example code: `` Where `fab` indicates it's from the brands set.
I wonder what the API for this should look like. Following the above configuration pattern, a possible API could be: `FontAwesomeIcon.defaultPrefix = "fal"`
Could this be because of the way the examples for `react-final-form-arrays` set the `key` to be `name`, which is based on `index`, which the [react docs](https://reactjs.org/docs/lists-and-keys.html#keys) explicitly caution against: >...
Agreed, I haven't figured out the glue here but while I've got the example rendering linaria fully can't see any of the twin.macro ones working as expected. I don't understand...
This PR was never completed and is still just a draft. Was hoping @ben-rogerson would pick it up or give some pointers.
I'm also seeing this issue myself. My guess is the issue is due to the `swDest` field it's setting, since `/static/` isn't a dir that is respected by nextjs anymore....