react-helmet icon indicating copy to clipboard operation
react-helmet copied to clipboard

Add placement prop to allow for placement at the top of the head

Open jimmay5469 opened this issue 4 years ago • 17 comments

Fixes https://github.com/nfl/react-helmet/issues/239

jimmay5469 avatar Nov 01 '19 17:11 jimmay5469

I believe this is failing due to https://github.com/nfl/react-helmet/pull/482

jimmay5469 avatar Nov 01 '19 19:11 jimmay5469

Please let me know what I can do to get this moving, if the approach is something you like, etc.

jimmay5469 avatar Nov 05 '19 13:11 jimmay5469

Any update on this?

insivika avatar Jan 18 '20 05:01 insivika

I really need something like this as well. Is there any update on getting this in?

Aerophite avatar Feb 05 '20 15:02 Aerophite

Codecov Report

Merging #484 into master will increase coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #484      +/-   ##
==========================================
+ Coverage   96.91%   96.92%   +0.01%     
==========================================
  Files           3        3              
  Lines         292      293       +1     
==========================================
+ Hits          283      284       +1     
  Misses          9        9              
Impacted Files Coverage Δ
src/HelmetUtils.js 96.88% <0.00%> (+0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9e5cca1...4f3e806. Read the comment docs.

codecov[bot] avatar Feb 19 '20 19:02 codecov[bot]

@cwelch5 I see that you've merged a couple PRs lately, I merged master in here so tests are passing now. Is there any way we could get this (or something like it) merged or should I see if any other

libraries have made progress since I last checked in November 2019?

jimmay5469 avatar Feb 19 '20 19:02 jimmay5469

Hey friends! Do you have any updates about this PR? This feature would be a very useful one. 🙌

dvdoliveira avatar Jun 07 '20 08:06 dvdoliveira

Hey there, following up. Can we please get this merged in 🙏🙏🙏

insivika avatar Jul 20 '20 03:07 insivika

One workaround for this could be placing the title tag with data-react-helmet="true" property as following:

<head>
  <title data-react-helmet="true"></title>
...
</head>

The generated tag preserves it's top-placement.

Vrq avatar Sep 07 '20 17:09 Vrq

This is so important for canonical urls, charsets, ... Please merge this in.

SimonErich avatar Oct 05 '20 17:10 SimonErich

Will this be merged any time soon?

karaoak avatar Jan 14 '21 10:01 karaoak

bump for a merge please

mansoor292 avatar Mar 29 '21 18:03 mansoor292

@swalberg @LGCambra @frankenthumbs @benashkan @beningo @cwelch5

Please either start managing the PRs or open a process to transfer the library to some other organization.

MariaAbadi avatar Apr 02 '21 09:04 MariaAbadi

@swalberg @LGCambra @frankenthumbs @benashkan @beningo @cwelch5 Bumping as @MariaAbadi is right

Elyx0 avatar Oct 15 '21 18:10 Elyx0

Check this temporary solution on #652

SimonRijn avatar Jan 21 '22 10:01 SimonRijn

Hi guys any update on whether we could progress this one? Still an issue now :(

colemcconnell avatar Jun 22 '23 22:06 colemcconnell

+1 for this to be merged :)

jhammond2012 avatar Aug 29 '23 18:08 jhammond2012