-
-
Notifications
You must be signed in to change notification settings - Fork 855
Milestone
Description
Current Behavior
The common component LabelValue
seems to only be imported as UserSecurityPage (forum) -> AccessTokenList -> LabelValue
, so it got code split. It should be explicitly imported in common.ts
so that its accessible all the time in forum & at all in admin.
There may be other common files that this could've happened to.
Steps to Reproduce
import LabelValue from 'flarum/common/components/LabelValue';
import LabelValue from '../../common/components/LabelValue'; |
Expected Behavior
No error
Screenshots
Environment
- Flarum version: 2.0 dev (4e95d06)
Output of php flarum info
No response
Possible Solution
No response
Additional Context
No response