This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Prefix] Add an option to prefix for all user agent
My use case for this, is to prefix for all user agent on the server side and only for the browser agent on the client side. As pointed out here facebook/react#1979 I think that it's a very good trade-off. This allow me to remove the user agent from the memoization I use on the `renderToString` method. The test fails because of robinweser/inline-style-prefixer#58. I'm gonna address it. Fix #546.
- Loading branch information
1 parent
99b4508
commit d0b3289
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters