UltimateForm

Results 8 comments of UltimateForm

@Ailanz do you remember having this issue? `Attempted import error: 'BufferGeometryUtils' is not exported from 'three' (imported as 'THREE').` seems to be related to global variable of THREE missing, however...

@Ailanz I know what Three is and I've taken a look a their examples, the issue is that their example modules assume the existence of the Three as a global...

Importing the examples throgh the official modules was also one of the approaches I tried, but it got me to the same error above, I will try again later

@GlennStreetman i think i understand the code, but im confused, how does this work ` pagePath: 'pages/' + (page || 'index') + '.js'` On my build the pages are appended...

update: disregard my last comment, sls-next is doing something to find the right js file, my issue was with having dynamically generated pages but @GlennStreetman what is the usage of...

I am having this issue when trying to reset field too (using [react-admin](https://github.com/marmelab/react-admin))