Jason Gill
Jason Gill
@njkremer's fix works, but this should be the default. I see that the pointer-events were added to the container for Ionic support several years ago, but that should have been...
+1 (irritating)
this project is dead. Use `react-helmet-async` instead.
https://github.com/staylor/react-helmet-async/issues/154
This will also address issues brought up in #213 NextJS apps will be able to use this package after this PR has been merged. Please bump this in priority.
If you are like me, and running your build from CLI instead of XCode directly, you can solve this by running the build once from XCode which seems to be...
here's a solution for @singeryo's situation that many of us find ourselves in. This will use origin if the environment variable `CYPRESS_BASE_URL` is set to something like `https://localhost:3000` and otherwise...
After some extensive debugging of the code, I've determined that `componentWillMount` in the `Dispatcher.tsx` file is firing _after_ the `init` when using this package in a NextJS project. This causes...
> 1. The vertical spacing between items within the accordions seems uneven: I think that was existing, but it's an easy fix. Great catch.
> 2. The `group_by` query param seems to have some encoding issues in the resulting API call: That's also existing behavior, and I'm worried about breaking it for the backend....