James Allan
Results
2
issues of
James Allan
I think canUseFeature is wrong. In the first if condition. ``` $featureValue = $this->getFeatureValue($featureSlug); $usage = $this->usage()->byFeatureSlug($featureSlug)->first(); if ($featureValue === 'true') { return true; } ``` The function getFeatureValue only...
I think that a prop for overwriting the default class on the `` would be handy. So using js to overwrite wouldn't be needed. ``` let form = document.getElementById("form_wiz"); form?.children[0].classList.add("nav",...
enhancement
good first issue