-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Code snippets on firefox are not selectable #4
Comments
It looks like the issue is that the highlighted text has a transparent highlight color |
Fixed, thanks! |
mjackson
added a commit
that referenced
this issue
May 1, 2021
- Add Cache-Control to /__remix_manifest responses - Don't call /__remix_data for routes that don't have data loaders - Remove location-based browser data cache, use built-in caching instead - Automatically reload the page when we detect the build has changed - Add `useBeforeUnload` hook for saving state immediately before reload - Add `json` and `redirect` helpers to `@remix-run/loader` Fixes #3 Fixes #4 Fixes #7 Fixes #15
kentcdodds
pushed a commit
that referenced
this issue
Jul 22, 2022
* S3 file upload (#1) * Implemented S3 upload * Updated README * Cleaned up dependencies * Revert "S3 file upload (#1)" (#2) This reverts commit df2359c. * S3 file upload (#3) * Implemented S3 upload * Updated README * Cleaned up dependencies * Update contributors.yml * S3 file upload (#4) * Implemented S3 upload * Updated README * Updated README * Cleaned up dependencies * Fixed dependencies * Refactored from useActionData to useFetcher
dvargas92495
pushed a commit
to dvargas92495/remix
that referenced
this issue
Jul 22, 2022
* S3 file upload (#1) * Implemented S3 upload * Updated README * Cleaned up dependencies * Revert "S3 file upload (#1)" (remix-run#2) This reverts commit df2359c. * S3 file upload (#3) * Implemented S3 upload * Updated README * Cleaned up dependencies * Update contributors.yml * S3 file upload (remix-run#4) * Implemented S3 upload * Updated README * Updated README * Cleaned up dependencies * Fixed dependencies * Refactored from useActionData to useFetcher
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
On the link https://remix.run/dashboard/docs/tutorial/installation I wasn't able to copy-paste the link when using firefox.
I dug into the css and found I still wasn't able to select after manually setting the following on the
<code>
bracket:Not sure what's the right solution, but worth calling out as a roadblock for people wanting to copy/paste/clone/remix-run!
The text was updated successfully, but these errors were encountered: