From 35e61c9ffd5aae3694b5f50f44007ee36f74c430 Mon Sep 17 00:00:00 2001 From: Oleg Stepura Date: Mon, 8 Aug 2016 15:06:49 +0200 Subject: [PATCH] flashvars should be flashVars `flashvars` should be `flashVars`, see first example here: https://github.com/syranide/react-swf Also I can cobfirm that it works only this way. --- react-swf/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-swf/index.d.ts b/react-swf/index.d.ts index c63f86a9c1..ba300908ba 100644 --- a/react-swf/index.d.ts +++ b/react-swf/index.d.ts @@ -108,7 +108,7 @@ declare namespace rswf { * Browsers support string sizes of up to 64 KB (65535 bytes) in length. * For more information on using flashvars, see Using FlashVars to pass variables to a SWF (tn_16417). */ - flashvars?: Object | string + flashVars?: Object | string } export class ReactSWF extends React.Component{ /**