Sharvy Ahmed
Sharvy Ahmed
@ratneshraval This is my workaround: _packs/shared_and_internal.js_ ``` var ReactRailsUJS = require("react_ujs"); var sharedComponentsRequireContext = require.context("shared_components", true); var externalComponentsRequireContext = require.context("internal_components", true); ReactRailsUJS.useContext(sharedComponentsRequireContext); ReactRailsUJS.useContext(externalComponentsRequireContext); ``` Then in the layout: `` But...
@ConduciveMammal @charlespwd If no one is working on this issue, I want to grab it. :-)
@ConduciveMammal became busy with some other work 🙈
@composerinteralia I see grekko closed the PR. Was this feature implemented already? As I want to give it a try, is this still a good first issue? :)
@maebeale Can I take this?
@hairedfox Hey, please go ahead 👍
@ConduciveMammal @charlespwd If no one is working on this issue, I want to grab it. :-)
@ConduciveMammal became busy with some other work 🙈
@flavorjones I don't see `help needed` label on this issue, does that mean you (or someone else) are already working on it? If no one has started working on it...
@flavorjones Thanks, I'm on it.