Do you want to request a feature or report a bug?
Bug?
What is the current behavior?
When I server render this: <script src='https://www.googletagmanager.com/gtag/js?id=XXX' async />
The HTML has async="" instead of just async.
Using React 16.1.1 and node 8.9.1.
Is there a way to render <script src='...' async /> rather than <script src='...' async="" />..?
Not sure if browsers treat async="" as true or false.
Do you want to request a feature or report a bug?
Bug?
What is the current behavior?
When I server render this:
<script src='https://www.googletagmanager.com/gtag/js?id=XXX' async />The HTML has
async=""instead of justasync.Using React 16.1.1 and node 8.9.1.
Is there a way to render
<script src='...' async />rather than<script src='...' async="" />..?Not sure if browsers treat
async=""astrueorfalse.