add options
This is not required in all react renderers and some react renders use other strategies to pass around options
This can be accomplished by adding the following in the render function
reconciler.injectIntoDevTools({
bundleType: Number(dev) as BundleType,
rendererPackageName: pkg.name,
version: pkg.version
});
npm run start