Thomas Klemm
Thomas Klemm
Ran into this with Ionic React `6.0.2`, didn't find a workaround yet. *Edit*: It looks like `matchPath` could be a workaround as described here: https://github.com/remix-run/react-router/issues/5870#issuecomment-394194338
One solution that seems to work for now is using a `` component inside of ``, though the Ionic React Routing docs say it shouldn't make a difference. Idea taken...
Created a [minimal reproduction of this bug](https://github.com/thomasklemm/IonicReactRouterEmptyParams) including a screen recording, where the `match.params` are empty if a redirect via a fallback route has happened at the beginning of the...
Feedback from my side: Adding the `` component in broke some other behaviour (can't exactly remember what). Went removing it again and having no fallback routes in the app at...
For me this worked on MacBook Air (M1, 2020), macOS Big Sur 11.4, Ruby 3.0.1: ``` $ brew install freetds $ gem install tiny_tds -- --with-freetds-include=/opt/homebrew/include --with-freetds-lib=/opt/homebrew/lib ```
@twanlass That's certainly possible to be a CORS issue. Do you set any special headers to make your webfonts CORS-friendly?
Can confirm that @simonhutchings workaround worked for me too.
The Github API has an (I believe) fairly new call that will return any repo's Readme. (See [Get a Readme (Github API)](http://developer.github.com/v3/repos/contents/#get-the-readme).) If some specific headers are set in your...
@svnpenn [Gist-It](http://gist-it.appspot.com/) might be what you are looking for until Repo.js offers this feature.
Sure, just trying to help here with some related solutions I stumbled upon while searching for how to embed a Readme. There's nothing as powerful as Repo.js out there, and...