You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constFactory=require("rosie").Factory;constmyFactory=newFactory().option("wantThat",["wantThat"],(wantThat)=>{if(wantThat==null){return"want it anyway";}returnwantThat;});myFactory.build();// Stack overflow
It works with an attribute, however. The documentation doesn't warn against that case, which makes me think it's an unintended behaviour.
The text was updated successfully, but these errors were encountered:
It works with an attribute, however. The documentation doesn't warn against that case, which makes me think it's an unintended behaviour.
The text was updated successfully, but these errors were encountered: