mirror of
				https://github.com/tormachris/cf-workers-status-page.git
				synced 2025-11-04 12:56:24 +01:00 
			
		
		
		
	chore: patch flareact to support script tags
- to be removed once https://github.com/flareact/flareact/pull/57 merged
This commit is contained in:
		
							
								
								
									
										12
									
								
								patches/flareact+0.9.0.patch
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								patches/flareact+0.9.0.patch
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
diff --git a/node_modules/flareact/src/components/_document.js b/node_modules/flareact/src/components/_document.js
 | 
			
		||||
index 3494b60..206b493 100644
 | 
			
		||||
--- a/node_modules/flareact/src/components/_document.js
 | 
			
		||||
+++ b/node_modules/flareact/src/components/_document.js
 | 
			
		||||
@@ -61,6 +61,7 @@ export function FlareactHead({ helmet, page, buildManifest }) {
 | 
			
		||||
       {helmet.title.toComponent()}
 | 
			
		||||
       {helmet.meta.toComponent()}
 | 
			
		||||
       {helmet.link.toComponent()}
 | 
			
		||||
+      {helmet.script.toComponent()}
 | 
			
		||||
 
 | 
			
		||||
       {[...links].map((link) => (
 | 
			
		||||
         <link href={`/_flareact/static/${link}`} rel="stylesheet" />
 | 
			
		||||
		Reference in New Issue
	
	Block a user