<img width="339" alt="스크린샷 2020-07-03 오후 12 15 42" src="https://user-images.githubusercontent.com/8295005/86428170-17ddaf80-bd27-11ea-82d5-2a02b7002c06.png"> I've installed this library and used exactly as same as example code. My app is rendering A/B test properly, as my Google optimize experiment setup. But, when I insert simple test code like above image to check which variant component is rendered, it always rendering variant with id="0". I think only the id="0" Variant component is rendered. But I can't understand why this happens. I read the component source code, but it looks have no problem.