import fhir from 'fhir-js-client;var test = require('fhir-js-client') //among other variations
{ "name": "sample-app", "version": "0.1.0", "private": true, "dependencies": { "fhir-js-client": "git+https://github.com/smart-on-fhir/client-js.git", "fhir.js": "0.0.20", "querystring-es3": "^0.2.1", "react": "^15.6.1", "react-dom": "^15.6.1", "react-scripts": "1.0.10" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }}--
You received this message because you are subscribed to the Google Groups "SMART on FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smart-on-fhi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<head> ... <script src="fhir-client.js"></script> ... </head>
Uncaught ReferenceError: FHIR is not defined