Closed
Description
Rails generator leaves this line in hyperstack.rb
Hyperstack.cancel_import 'react/react-source-browser' # bring your own React and ReactRouter via Yarn/Webpacker
This is misleading. Latest Hyperstack does not import react/react-source-browser, so commenting this out, does nothing.
Instead this should read:
# Hyperstack.import 'react/react-source-browser' # uncomment this line if you want hyperstack to bring its copy of react